#67B0DD

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

Shades of Malibu #67B0DD

Tints of Malibu #67B0DD

Color information

#67B0DD (or 0x67B0DD) is unknown color: approx Malibu. HEX triplet: 67, B0 and DD. RGB value is (103,176,221). Sum of RGB (Red+Green+Blue) = 103+176+221=500 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.6% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #67B0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B0DD is #984F22. Grayscale: #9F9F9F. Windows color (decimal): -9981731 or 14528615. OLE color: 14528615.

HSL color Cylindrical-coordinate representation of color #67B0DD: hue angle of 202.88º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67B0DD is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB103176221-
CMYK0.530.2000.13
HSL202.88º63.44%63.53%-
HSV(B)202.88º53.39%86.67%-
XYZ34.1739.1574.16-
YUV159.3162.8287.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.6%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=20.6%
G=35.2%
B=44.2%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1031762210.530.2000.13202.8863.4463.53
Hex67B0DD35140Dcb3f40
Octal147260335652401531377100
Binary110011110110000110111011101011010001101110010111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,176,221); }

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

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

 a { background-color: rgb(103,176,221); }

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

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

 span { border-color: rgb(103,176,221); }

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