Html Css Color HEX #66ABDD Malibu

📋 copy color: '#66ABDD'

red 102 ◦ green 171 ◦ blue 221

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

Shades of Malibu #66ABDD

Tints of Malibu #66ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

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

R = 20.65%
G = 34.62%
B = 44.74%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66ABDD (or 0x66ABDD) is known color: Malibu. HEX triplet: 66, AB and DD. RGB value is (102,171,221). Sum of RGB (Red+Green+Blue) = 102+171+221=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #66ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABDD is #995422. Grayscale: #9B9B9B. Windows color (decimal): -10048547 or 14527334. OLE color: 14527334.

HSL color Cylindrical-coordinate representation of color #66ABDD: hue angle of 205.21º 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 #66ABDD is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 171 221 -
CMYK 0.54 0.23 0 0.13
HSL 205.21º 0.64% 0.63% -
HSV(B) 205.21º 0.54% 0.87% -
XYZ 33.09 37.17 73.84 -
YUV 156.07 164.64 89.43 -
System Red Green Blue C M Y K H S L
Decimal 102 171 221 0.54 0.23 0 0.13 205.21 0.64 0.63
Hex 66 AB DD 36 17 0 D CD 40 3F
Octal 146 253 335 66 27 0 15 315 100 77
Binary 1100110 10101011 11011101 110110 10111 0 1101 11001101 1000000 111111

Color Harmonies of #66ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABDD

Black with #66ABDD

Text Example


Text Example

White with #66ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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