Html Css Color HEX #66AFDB Malibu

📋 copy color: '#66AFDB'

red 102 ◦ green 175 ◦ blue 219

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

Shades of Malibu #66AFDB

Tints of Malibu #66AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 20.56%
G = 35.28%
B = 44.15%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#66AFDB (or 0x66AFDB) is known color: Malibu. HEX triplet: 66, AF and DB. RGB value is (102,175,219). Sum of RGB (Red+Green+Blue) = 102+175+219=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #66AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFDB is #995024. Grayscale: #9D9D9D. Windows color (decimal): -10047525 or 14397286. OLE color: 14397286.

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

Color convert

RGB 102 175 219 -
CMYK 0.53 0.20 0 0.14
HSL 202.56º 0.62% 0.63% -
HSV(B) 202.56º 0.53% 0.86% -
XYZ 33.6 38.6 72.7 -
YUV 158.19 162.32 87.92 -
System Red Green Blue C M Y K H S L
Decimal 102 175 219 0.53 0.20 0 0.14 202.56 0.62 0.63
Hex 66 AF DB 35 14 0 E CB 3E 3F
Octal 146 257 333 65 24 0 16 313 76 77
Binary 1100110 10101111 11011011 110101 10100 0 1110 11001011 111110 111111

Color Harmonies of #66AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFDB

Black with #66AFDB

Text Example


Text Example

White with #66AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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