#67BAE8

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

Shades of Malibu #67BAE8

Tints of Malibu #67BAE8

Color information

#67BAE8 (or 0x67BAE8) is unknown color: approx Malibu. HEX triplet: 67, BA and E8. RGB value is (103,186,232). Sum of RGB (Red+Green+Blue) = 103+186+232=521 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.77% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #67BAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BAE8 is #984517. Grayscale: #A6A6A6. Windows color (decimal): -9979160 or 15252071. OLE color: 15252071.

HSL color Cylindrical-coordinate representation of color #67BAE8: hue angle of 201.4º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67BAE8 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB103186232-
CMYK0.560.2000.09
HSL201.4º73.71%65.69%-
HSV(B)201.4º55.6%90.98%-
XYZ37.7243.8382.82-
YUV166.4316582.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.77%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 232 (91.02% from 255) = 44.53%
R=19.77%
G=35.70%
B=44.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1031862320.560.2000.09201.473.7165.69
Hex67BAE8381409c94a42
Octal1472723507024011311112102
Binary1100111101110101110100011100010100010011100100110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,186,232); }

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

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

 a { background-color: rgb(103,186,232); }

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

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

 span { border-color: rgb(103,186,232); }

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