#67B3DD

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

Shades of Malibu #67B3DD

Tints of Malibu #67B3DD

Color information

#67B3DD (or 0x67B3DD) is unknown color: approx Malibu. HEX triplet: 67, B3 and DD. RGB value is (103,179,221). Sum of RGB (Red+Green+Blue) = 103+179+221=503 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.48% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #67B3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B3DD is #984C22. Grayscale: #A0A0A0. Windows color (decimal): -9980963 or 14529383. OLE color: 14529383.

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

Color convert

RGB103179221-
CMYK0.530.1900.13
HSL201.36º63.44%63.53%-
HSV(B)201.36º53.39%86.67%-
XYZ34.7640.3474.36-
YUV161.06161.8286.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.48%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=20.48%
G=35.59%
B=43.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1031792210.530.1900.13201.3663.4463.53
Hex67B3DD35130Dc93f40
Octal147263335652301531177100
Binary110011110110011110111011101011001101101110010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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