Html Css Color HEX #66BBE8 Malibu

📋 copy color: '#66BBE8'

red 102 ◦ green 187 ◦ blue 232

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

Shades of Malibu #66BBE8

Tints of Malibu #66BBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.53%

R = 19.58%
G = 35.89%
B = 44.53%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#66BBE8 (or 0x66BBE8) is known color: Malibu. HEX triplet: 66, BB and E8. RGB value is (102,187,232). Sum of RGB (Red+Green+Blue) = 102+187+232=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #66BBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BBE8 is #994417. Grayscale: #A6A6A6. Windows color (decimal): -10044440 or 15252326. OLE color: 15252326.

HSL color Cylindrical-coordinate representation of color #66BBE8: hue angle of 200.77º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66BBE8 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 102 187 232 -
CMYK 0.56 0.19 0 0.09
HSL 200.77º 0.74% 0.65% -
HSV(B) 200.77º 0.56% 0.91% -
XYZ 37.82 44.19 82.88 -
YUV 166.72 164.84 81.84 -
System Red Green Blue C M Y K H S L
Decimal 102 187 232 0.56 0.19 0 0.09 200.77 0.74 0.65
Hex 66 BB E8 38 13 0 9 C9 4A 41
Octal 146 273 350 70 23 0 11 311 112 101
Binary 1100110 10111011 11101000 111000 10011 0 1001 11001001 1001010 1000001

Color Harmonies of #66BBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBE8

Black with #66BBE8

Text Example


Text Example

White with #66BBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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