Html Css Color HEX #66ACDB Malibu

📋 copy color: '#66ACDB'

red 102 ◦ green 172 ◦ blue 219

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

Shades of Malibu #66ACDB

Tints of Malibu #66ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.89%

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

R = 20.69%
G = 34.89%
B = 44.42%

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

#66ACDB (or 0x66ACDB) is known color: Malibu. HEX triplet: 66, AC and DB. RGB value is (102,172,219). Sum of RGB (Red+Green+Blue) = 102+172+219=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #66ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACDB is #995324. Grayscale: #9C9C9C. Windows color (decimal): -10048293 or 14396518. OLE color: 14396518.

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

Color convert

RGB 102 172 219 -
CMYK 0.53 0.21 0 0.14
HSL 204.1º 0.62% 0.63% -
HSV(B) 204.1º 0.53% 0.86% -
XYZ 33.02 37.44 72.51 -
YUV 156.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 102 172 219 0.53 0.21 0 0.14 204.1 0.62 0.63
Hex 66 AC DB 35 15 0 E CC 3E 3F
Octal 146 254 333 65 25 0 16 314 76 77
Binary 1100110 10101100 11011011 110101 10101 0 1110 11001100 111110 111111

Color Harmonies of #66ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ACDB

Black with #66ACDB

Text Example


Text Example

White with #66ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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