Html Css Color HEX #66BFEC Malibu

📋 copy color: '#66BFEC'

red 102 ◦ green 191 ◦ blue 236

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

Shades of Malibu #66BFEC

Tints of Malibu #66BFEC

RGB

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

 GREEN value IS 191 (75% from 255) = 36.11%

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

R = 19.28%
G = 36.11%
B = 44.61%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66BFEC (or 0x66BFEC) is known color: Malibu. HEX triplet: 66, BF and EC. RGB value is (102,191,236). Sum of RGB (Red+Green+Blue) = 102+191+236=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #66BFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BFEC is #994013. Grayscale: #A9A9A9. Windows color (decimal): -10043412 or 15515494. OLE color: 15515494.

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

Color convert

RGB 102 191 236 -
CMYK 0.57 0.19 0 0.07
HSL 200.15º 0.78% 0.66% -
HSV(B) 200.15º 0.57% 0.93% -
XYZ 39.25 46.14 86.19 -
YUV 169.52 165.51 79.84 -
System Red Green Blue C M Y K H S L
Decimal 102 191 236 0.57 0.19 0 0.07 200.15 0.78 0.66
Hex 66 BF EC 39 13 0 7 C8 4E 42
Octal 146 277 354 71 23 0 7 310 116 102
Binary 1100110 10111111 11101100 111001 10011 0 111 11001000 1001110 1000010

Color Harmonies of #66BFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BFEC

Black with #66BFEC

Text Example


Text Example

White with #66BFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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