Html Css Color HEX #66ADDB Malibu

📋 copy color: '#66ADDB'

red 102 ◦ green 173 ◦ blue 219

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

Shades of Malibu #66ADDB

Tints of Malibu #66ADDB

RGB

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

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

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

R = 20.65%
G = 35.02%
B = 44.33%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#66ADDB (or 0x66ADDB) is known color: Malibu. HEX triplet: 66, AD and DB. RGB value is (102,173,219). Sum of RGB (Red+Green+Blue) = 102+173+219=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #66ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADDB is #995224. Grayscale: #9C9C9C. Windows color (decimal): -10048037 or 14396774. OLE color: 14396774.

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

Color convert

RGB 102 173 219 -
CMYK 0.53 0.21 0 0.14
HSL 203.59º 0.62% 0.63% -
HSV(B) 203.59º 0.53% 0.86% -
XYZ 33.21 37.83 72.57 -
YUV 157.02 162.98 88.76 -
System Red Green Blue C M Y K H S L
Decimal 102 173 219 0.53 0.21 0 0.14 203.59 0.62 0.63
Hex 66 AD DB 35 15 0 E CC 3E 3F
Octal 146 255 333 65 25 0 16 314 76 77
Binary 1100110 10101101 11011011 110101 10101 0 1110 11001100 111110 111111

Color Harmonies of #66ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADDB

Black with #66ADDB

Text Example


Text Example

White with #66ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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