Html Css Color HEX #66B7DB Malibu

📋 copy color: '#66B7DB'

red 102 ◦ green 183 ◦ blue 219

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

Shades of Malibu #66B7DB

Tints of Malibu #66B7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.31%

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

R = 20.24%
G = 36.31%
B = 43.45%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#66B7DB (or 0x66B7DB) is known color: Malibu. HEX triplet: 66, B7 and DB. RGB value is (102,183,219). Sum of RGB (Red+Green+Blue) = 102+183+219=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #66B7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B7DB is #994824. Grayscale: #A2A2A2. Windows color (decimal): -10045477 or 14399334. OLE color: 14399334.

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

Color convert

RGB 102 183 219 -
CMYK 0.53 0.16 0 0.14
HSL 198.46º 0.62% 0.63% -
HSV(B) 198.46º 0.53% 0.86% -
XYZ 35.2 41.81 73.23 -
YUV 162.89 159.66 84.57 -
System Red Green Blue C M Y K H S L
Decimal 102 183 219 0.53 0.16 0 0.14 198.46 0.62 0.63
Hex 66 B7 DB 35 10 0 E C6 3E 3F
Octal 146 267 333 65 20 0 16 306 76 77
Binary 1100110 10110111 11011011 110101 10000 0 1110 11000110 111110 111111

Color Harmonies of #66B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B7DB

Black with #66B7DB

Text Example


Text Example

White with #66B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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