Html Css Color HEX #66ADDD Malibu

📋 copy color: '#66ADDD'

red 102 ◦ green 173 ◦ blue 221

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

Shades of Malibu #66ADDD

Tints of Malibu #66ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 20.56%
G = 34.88%
B = 44.56%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66ADDD (or 0x66ADDD) is known color: Malibu. HEX triplet: 66, AD and DD. RGB value is (102,173,221). Sum of RGB (Red+Green+Blue) = 102+173+221=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #66ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADDD is #995222. Grayscale: #9C9C9C. Windows color (decimal): -10048035 or 14527846. OLE color: 14527846.

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

Color convert

RGB 102 173 221 -
CMYK 0.54 0.22 0 0.13
HSL 204.2º 0.64% 0.63% -
HSV(B) 204.2º 0.54% 0.87% -
XYZ 33.47 37.93 73.96 -
YUV 157.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 102 173 221 0.54 0.22 0 0.13 204.2 0.64 0.63
Hex 66 AD DD 36 16 0 D CC 40 3F
Octal 146 255 335 66 26 0 15 314 100 77
Binary 1100110 10101101 11011101 110110 10110 0 1101 11001100 1000000 111111

Color Harmonies of #66ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADDD

Black with #66ADDD

Text Example


Text Example

White with #66ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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