Html Css Color HEX #66ABDC Malibu

📋 copy color: '#66ABDC'

red 102 ◦ green 171 ◦ blue 220

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

Shades of Malibu #66ABDC

Tints of Malibu #66ABDC

RGB

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

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

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

R = 20.69%
G = 34.69%
B = 44.62%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#66ABDC (or 0x66ABDC) is known color: Malibu. HEX triplet: 66, AB and DC. RGB value is (102,171,220). Sum of RGB (Red+Green+Blue) = 102+171+220=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #66ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABDC is #995423. Grayscale: #9B9B9B. Windows color (decimal): -10048548 or 14461798. OLE color: 14461798.

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

Color convert

RGB 102 171 220 -
CMYK 0.54 0.22 0 0.14
HSL 204.92º 0.63% 0.63% -
HSV(B) 204.92º 0.54% 0.86% -
XYZ 32.96 37.12 73.14 -
YUV 155.96 164.14 89.52 -
System Red Green Blue C M Y K H S L
Decimal 102 171 220 0.54 0.22 0 0.14 204.92 0.63 0.63
Hex 66 AB DC 36 16 0 E CD 3F 3F
Octal 146 253 334 66 26 0 16 315 77 77
Binary 1100110 10101011 11011100 110110 10110 0 1110 11001101 111111 111111

Color Harmonies of #66ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABDC

Black with #66ABDC

Text Example


Text Example

White with #66ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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