Html Css Color HEX #66ADDC Malibu

📋 copy color: '#66ADDC'

red 102 ◦ green 173 ◦ blue 220

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

Shades of Malibu #66ADDC

Tints of Malibu #66ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.95%

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 20.61%
G = 34.95%
B = 44.44%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#66ADDC (or 0x66ADDC) is known color: Malibu. HEX triplet: 66, AD and DC. RGB value is (102,173,220). Sum of RGB (Red+Green+Blue) = 102+173+220=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #66ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADDC is #995223. Grayscale: #9C9C9C. Windows color (decimal): -10048036 or 14462310. OLE color: 14462310.

HSL color Cylindrical-coordinate representation of color #66ADDC: hue angle of 203.9º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66ADDC is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 173 220 -
CMYK 0.54 0.21 0 0.14
HSL 203.9º 0.63% 0.63% -
HSV(B) 203.9º 0.54% 0.86% -
XYZ 33.34 37.88 73.26 -
YUV 157.13 163.48 88.68 -
System Red Green Blue C M Y K H S L
Decimal 102 173 220 0.54 0.21 0 0.14 203.9 0.63 0.63
Hex 66 AD DC 36 15 0 E CC 3F 3F
Octal 146 255 334 66 25 0 16 314 77 77
Binary 1100110 10101101 11011100 110110 10101 0 1110 11001100 111111 111111

Color Harmonies of #66ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADDC

Black with #66ADDC

Text Example


Text Example

White with #66ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,173,220); }

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

background-color css

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

 a { background-color: rgb(102,173,220); }

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

border-color css

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

 span { border-color: rgb(102,173,220); }

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