Html Css Color HEX #66BBEF Malibu

📋 copy color: '#66BBEF'

red 102 ◦ green 187 ◦ blue 239

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

Shades of Malibu #66BBEF

Tints of Malibu #66BBEF

RGB

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

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

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

R = 19.32%
G = 35.42%
B = 45.27%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#66BBEF (or 0x66BBEF) is known color: Malibu. HEX triplet: 66, BB and EF. RGB value is (102,187,239). Sum of RGB (Red+Green+Blue) = 102+187+239=528 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.32% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #66BBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BBEF is #994410. Grayscale: #A7A7A7. Windows color (decimal): -10044433 or 15711078. OLE color: 15711078.

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

Color convert

RGB 102 187 239 -
CMYK 0.57 0.22 0 0.06
HSL 202.77º 0.81% 0.67% -
HSV(B) 202.77º 0.57% 0.94% -
XYZ 38.83 44.6 88.22 -
YUV 167.51 168.34 81.27 -
System Red Green Blue C M Y K H S L
Decimal 102 187 239 0.57 0.22 0 0.06 202.77 0.81 0.67
Hex 66 BB EF 39 16 0 6 CB 51 43
Octal 146 273 357 71 26 0 6 313 121 103
Binary 1100110 10111011 11101111 111001 10110 0 110 11001011 1010001 1000011

Color Harmonies of #66BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBEF

Black with #66BBEF

Text Example


Text Example

White with #66BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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