Html Css Color HEX #66AFDC Malibu

📋 copy color: '#66AFDC'

red 102 ◦ green 175 ◦ blue 220

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

Shades of Malibu #66AFDC

Tints of Malibu #66AFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.21%

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

R = 20.52%
G = 35.21%
B = 44.27%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#66AFDC (or 0x66AFDC) is known color: Malibu. HEX triplet: 66, AF and DC. RGB value is (102,175,220). Sum of RGB (Red+Green+Blue) = 102+175+220=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #66AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFDC is #995023. Grayscale: #9E9E9E. Windows color (decimal): -10047524 or 14462822. OLE color: 14462822.

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

Color convert

RGB 102 175 220 -
CMYK 0.54 0.20 0 0.14
HSL 202.88º 0.63% 0.63% -
HSV(B) 202.88º 0.54% 0.86% -
XYZ 33.73 38.65 73.39 -
YUV 158.3 162.82 87.84 -
System Red Green Blue C M Y K H S L
Decimal 102 175 220 0.54 0.20 0 0.14 202.88 0.63 0.63
Hex 66 AF DC 36 14 0 E CB 3F 3F
Octal 146 257 334 66 24 0 16 313 77 77
Binary 1100110 10101111 11011100 110110 10100 0 1110 11001011 111111 111111

Color Harmonies of #66AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFDC

Black with #66AFDC

Text Example


Text Example

White with #66AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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