Html Css Color HEX #66BCDD Malibu

📋 copy color: '#66BCDD'

red 102 ◦ green 188 ◦ blue 221

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

Shades of Malibu #66BCDD

Tints of Malibu #66BCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.79%

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 19.96%
G = 36.79%
B = 43.25%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66BCDD (or 0x66BCDD) is known color: Malibu. HEX triplet: 66, BC and DD. RGB value is (102,188,221). Sum of RGB (Red+Green+Blue) = 102+188+221=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #66BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCDD is #994322. Grayscale: #A5A5A5. Windows color (decimal): -10044195 or 14531686. OLE color: 14531686.

HSL color Cylindrical-coordinate representation of color #66BCDD: hue angle of 196.64º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66BCDD is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 188 221 -
CMYK 0.54 0.15 0 0.13
HSL 196.64º 0.64% 0.63% -
HSV(B) 196.64º 0.54% 0.87% -
XYZ 36.51 44.01 74.98 -
YUV 166.05 159.01 82.32 -
System Red Green Blue C M Y K H S L
Decimal 102 188 221 0.54 0.15 0 0.13 196.64 0.64 0.63
Hex 66 BC DD 36 F 0 D C5 40 3F
Octal 146 274 335 66 17 0 15 305 100 77
Binary 1100110 10111100 11011101 110110 1111 0 1101 11000101 1000000 111111

Color Harmonies of #66BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCDD

Black with #66BCDD

Text Example


Text Example

White with #66BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,188,221); }

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

background-color css

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

 a { background-color: rgb(102,188,221); }

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

border-color css

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

 span { border-color: rgb(102,188,221); }

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