Html Css Color HEX #66BCEC Malibu

📋 copy color: '#66BCEC'

red 102 ◦ green 188 ◦ blue 236

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

Shades of Malibu #66BCEC

Tints of Malibu #66BCEC

RGB

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

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

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

R = 19.39%
G = 35.74%
B = 44.87%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66BCEC (or 0x66BCEC) is known color: Malibu. HEX triplet: 66, BC and EC. RGB value is (102,188,236). Sum of RGB (Red+Green+Blue) = 102+188+236=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #66BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BCEC is #994313. Grayscale: #A7A7A7. Windows color (decimal): -10044180 or 15514726. OLE color: 15514726.

HSL color Cylindrical-coordinate representation of color #66BCEC: hue angle of 201.49º 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 #66BCEC is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 188 236 -
CMYK 0.57 0.20 0 0.07
HSL 201.49º 0.78% 0.66% -
HSV(B) 201.49º 0.57% 0.93% -
XYZ 38.6 44.85 85.98 -
YUV 167.76 166.51 81.1 -
System Red Green Blue C M Y K H S L
Decimal 102 188 236 0.57 0.20 0 0.07 201.49 0.78 0.66
Hex 66 BC EC 39 14 0 7 C9 4E 42
Octal 146 274 354 71 24 0 7 311 116 102
Binary 1100110 10111100 11101100 111001 10100 0 111 11001001 1001110 1000010

Color Harmonies of #66BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCEC

Black with #66BCEC

Text Example


Text Example

White with #66BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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