Html Css Color HEX #66BBEC Malibu

📋 copy color: '#66BBEC'

red 102 ◦ green 187 ◦ blue 236

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

Shades of Malibu #66BBEC

Tints of Malibu #66BBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 19.43%
G = 35.62%
B = 44.95%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66BBEC (or 0x66BBEC) is known color: Malibu. HEX triplet: 66, BB and EC. RGB value is (102,187,236). Sum of RGB (Red+Green+Blue) = 102+187+236=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #66BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BBEC is #994413. Grayscale: #A6A6A6. Windows color (decimal): -10044436 or 15514470. OLE color: 15514470.

HSL color Cylindrical-coordinate representation of color #66BBEC: hue angle of 201.94º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66BBEC is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 187 236 -
CMYK 0.57 0.21 0 0.07
HSL 201.94º 0.78% 0.66% -
HSV(B) 201.94º 0.57% 0.93% -
XYZ 38.39 44.42 85.91 -
YUV 167.17 166.84 81.52 -
System Red Green Blue C M Y K H S L
Decimal 102 187 236 0.57 0.21 0 0.07 201.94 0.78 0.66
Hex 66 BB EC 39 15 0 7 CA 4E 42
Octal 146 273 354 71 25 0 7 312 116 102
Binary 1100110 10111011 11101100 111001 10101 0 111 11001010 1001110 1000010

Color Harmonies of #66BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBEC

Black with #66BBEC

Text Example


Text Example

White with #66BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,187,236); }

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

background-color css

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

 a { background-color: rgb(102,187,236); }

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

border-color css

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

 span { border-color: rgb(102,187,236); }

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