#66B5DA

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

Shades of Malibu #66B5DA

Tints of Malibu #66B5DA

Color information

#66B5DA (or 0x66B5DA) is unknown color: approx Malibu. HEX triplet: 66, B5 and DA. RGB value is (102,181,218). Sum of RGB (Red+Green+Blue) = 102+181+218=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #66B5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B5DA is #994A25. Grayscale: #A1A1A1. Windows color (decimal): -10045990 or 14333286. OLE color: 14333286.

HSL color Cylindrical-coordinate representation of color #66B5DA: hue angle of 199.14º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66B5DA is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102181218-
CMYK0.530.1700.15
HSL199.14º61.05%62.75%-
HSV(B)199.14º53.21%85.49%-
XYZ34.6640.9372.4-
YUV161.6159.8385.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.36%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=20.36%
G=36.13%
B=43.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021812180.530.1700.15199.1461.0562.75
Hex66B5DA35110Fc73d3f
Octal14626533265210173077577
Binary11001101011010111011010110101100010111111000111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66B5DA; }

 p { color: rgb(102,181,218); }

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

<style>
 a { background-color: #66B5DA; }

 a { background-color: rgb(102,181,218); }

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

<style>
 span { border-color: #66B5DA; }

 span { border-color: rgb(102,181,218); }

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