Html Css Color HEX #66C0DB Malibu

📋 copy color: '#66C0DB'

red 102 ◦ green 192 ◦ blue 219

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

Shades of Malibu #66C0DB

Tints of Malibu #66C0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.43%

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

R = 19.88%
G = 37.43%
B = 42.69%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#66C0DB (or 0x66C0DB) is known color: Malibu. HEX triplet: 66, C0 and DB. RGB value is (102,192,219). Sum of RGB (Red+Green+Blue) = 102+192+219=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #66C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C0DB is #993F24. Grayscale: #A7A7A7. Windows color (decimal): -10043173 or 14401638. OLE color: 14401638.

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

Color convert

RGB 102 192 219 -
CMYK 0.53 0.12 0 0.14
HSL 193.85º 0.62% 0.63% -
HSV(B) 193.85º 0.53% 0.86% -
XYZ 37.12 45.64 73.87 -
YUV 168.17 156.68 80.8 -
System Red Green Blue C M Y K H S L
Decimal 102 192 219 0.53 0.12 0 0.14 193.85 0.62 0.63
Hex 66 C0 DB 35 C 0 E C2 3E 3F
Octal 146 300 333 65 14 0 16 302 76 77
Binary 1100110 11000000 11011011 110101 1100 0 1110 11000010 111110 111111

Color Harmonies of #66C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C0DB

Black with #66C0DB

Text Example


Text Example

White with #66C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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