#67BDE8

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

Shades of Malibu #67BDE8

Tints of Malibu #67BDE8

Color information

#67BDE8 (or 0x67BDE8) is unknown color: approx Malibu. HEX triplet: 67, BD and E8. RGB value is (103,189,232). Sum of RGB (Red+Green+Blue) = 103+189+232=524 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.66% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #67BDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BDE8 is #984217. Grayscale: #A7A7A7. Windows color (decimal): -9978392 or 15252839. OLE color: 15252839.

HSL color Cylindrical-coordinate representation of color #67BDE8: hue angle of 200º 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 #67BDE8 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB103189232-
CMYK0.560.1900.09
HSL200º73.71%65.69%-
HSV(B)200º55.6%90.98%-
XYZ38.3645.183.03-
YUV168.19164.0181.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.66%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 232 (91.02% from 255) = 44.27%
R=19.66%
G=36.07%
B=44.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1031892320.560.1900.0920073.7165.69
Hex67BDE8381309c84a42
Octal1472753507023011310112102
Binary1100111101111011110100011100010011010011100100010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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