Html Css Color HEX #66BCEF Malibu

📋 copy color: '#66BCEF'

red 102 ◦ green 188 ◦ blue 239

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

Shades of Malibu #66BCEF

Tints of Malibu #66BCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 19.28%
G = 35.54%
B = 45.18%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#66BCEF (or 0x66BCEF) is known color: Malibu. HEX triplet: 66, BC and EF. RGB value is (102,188,239). Sum of RGB (Red+Green+Blue) = 102+188+239=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #66BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BCEF is #994310. Grayscale: #A7A7A7. Windows color (decimal): -10044177 or 15711334. OLE color: 15711334.

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

Color convert

RGB 102 188 239 -
CMYK 0.57 0.21 0 0.06
HSL 202.34º 0.81% 0.67% -
HSV(B) 202.34º 0.57% 0.94% -
XYZ 39.04 45.02 88.29 -
YUV 168.1 168.01 80.85 -
System Red Green Blue C M Y K H S L
Decimal 102 188 239 0.57 0.21 0 0.06 202.34 0.81 0.67
Hex 66 BC EF 39 15 0 6 CA 51 43
Octal 146 274 357 71 25 0 6 312 121 103
Binary 1100110 10111100 11101111 111001 10101 0 110 11001010 1010001 1000011

Color Harmonies of #66BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCEF

Black with #66BCEF

Text Example


Text Example

White with #66BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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