Html Css Color HEX #66ACD8 Malibu

📋 copy color: '#66ACD8'

red 102 ◦ green 172 ◦ blue 216

#66ACD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #66ACD8

Tints of Malibu #66ACD8

RGB

 RED value IS 102 (40.23% from 255) = 20.82%

 GREEN value IS 172 (67.58% from 255) = 35.1%

 BLUE value IS 216 (84.77% from 255) = 44.08%

R = 20.82%
G = 35.1%
B = 44.08%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#66ACD8 (or 0x66ACD8) is known color: Malibu. HEX triplet: 66, AC and D8. RGB value is (102,172,216). Sum of RGB (Red+Green+Blue) = 102+172+216=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #66ACD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACD8 is #995327. Grayscale: #9B9B9B. Windows color (decimal): -10048296 or 14199910. OLE color: 14199910.

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

Color convert

RGB 102 172 216 -
CMYK 0.53 0.20 0 0.15
HSL 203.16º 0.59% 0.62% -
HSV(B) 203.16º 0.53% 0.85% -
XYZ 32.63 37.29 70.44 -
YUV 156.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 102 172 216 0.53 0.20 0 0.15 203.16 0.59 0.62
Hex 66 AC D8 35 14 0 F CB 3B 3E
Octal 146 254 330 65 24 0 17 313 73 76
Binary 1100110 10101100 11011000 110101 10100 0 1111 11001011 111011 111110

Color Harmonies of #66ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ACD8

Black with #66ACD8

Text Example


Text Example

White with #66ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,172,216); }

 H1.HeaderClassName
 {
   color: #66ACD8;
 }
 .AnyTagClassName
 {
   color: #66ACD8;
 }
</style>

background-color css

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

 a { background-color: rgb(102,172,216); }

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

border-color css

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

 span { border-color: rgb(102,172,216); }

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