#67B5F1

Color #67B5F1 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #67B5F1

Tints of Malibu #67B5F1

Color information

#67B5F1 (or 0x67B5F1) is unknown color: approx Malibu. HEX triplet: 67, B5 and F1. RGB value is (103,181,241). Sum of RGB (Red+Green+Blue) = 103+181+241=525 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.62% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #67B5F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67B5F1 is #984A0E. Grayscale: #A4A4A4. Windows color (decimal): -9980431 or 15840615. OLE color: 15840615.

HSL color Cylindrical-coordinate representation of color #67B5F1: hue angle of 206.09º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67B5F1 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB103181241-
CMYK0.570.2500.05
HSL206.09º83.13%67.45%-
HSV(B)206.09º57.26%94.51%-
XYZ37.9942.2889.38-
YUV164.52171.1684.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 19.62%
GREEN value IS 181 (71.09% from 255) = 34.48%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=19.62%
G=34.48%
B=45.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1031812410.570.2500.05206.0983.1367.45
Hex67B5F1391905ce5343
Octal147265361713105316123103
Binary110011110110101111100011110011100101011100111010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67B5F1; }

 p { color: rgb(103,181,241); }

 H1.HeaderClassName
 {
   color: #67B5F1;
 }
 .AnyTagClassName
 {
   color: #67B5F1;
 }
</style>
background-color css

<style>
 a { background-color: #67B5F1; }

 a { background-color: rgb(103,181,241); }

 div.DivClassName
 {
   background-color: #67B5F1;
 }
 .BgClassName
 {
   background-color: #67B5F1;
 }
</style>
border-color css

<style>
 span { border-color: #67B5F1; }

 span { border-color: rgb(103,181,241); }

 td.TdClassName
 {
   border-color: #67B5F1;
 }
 .TagClassName
 {
   border-color: #67B5F1;
 }
</style>