Html Css Color HEX #66BCEE Malibu

📋 copy color: '#66BCEE'

red 102 ◦ green 188 ◦ blue 238

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

Shades of Malibu #66BCEE

Tints of Malibu #66BCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 19.32%
G = 35.61%
B = 45.08%

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

#66BCEE (or 0x66BCEE) is known color: Malibu. HEX triplet: 66, BC and EE. RGB value is (102,188,238). Sum of RGB (Red+Green+Blue) = 102+188+238=528 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.32% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #66BCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BCEE is #994311. Grayscale: #A7A7A7. Windows color (decimal): -10044178 or 15645798. OLE color: 15645798.

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

Color convert

RGB 102 188 238 -
CMYK 0.57 0.21 0 0.07
HSL 202.06º 0.8% 0.67% -
HSV(B) 202.06º 0.57% 0.93% -
XYZ 38.9 44.96 87.52 -
YUV 167.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 102 188 238 0.57 0.21 0 0.07 202.06 0.8 0.67
Hex 66 BC EE 39 15 0 7 CA 50 43
Octal 146 274 356 71 25 0 7 312 120 103
Binary 1100110 10111100 11101110 111001 10101 0 111 11001010 1010000 1000011

Color Harmonies of #66BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCEE

Black with #66BCEE

Text Example


Text Example

White with #66BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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