Html Css Color HEX #66BBE4 Malibu

📋 copy color: '#66BBE4'

red 102 ◦ green 187 ◦ blue 228

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

Shades of Malibu #66BBE4

Tints of Malibu #66BBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 19.73%
G = 36.17%
B = 44.1%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#66BBE4 (or 0x66BBE4) is known color: Malibu. HEX triplet: 66, BB and E4. RGB value is (102,187,228). Sum of RGB (Red+Green+Blue) = 102+187+228=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #66BBE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBE4 is #99441B. Grayscale: #A6A6A6. Windows color (decimal): -10044444 or 14990182. OLE color: 14990182.

HSL color Cylindrical-coordinate representation of color #66BBE4: hue angle of 199.52º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66BBE4 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 102 187 228 -
CMYK 0.55 0.18 0 0.11
HSL 199.52º 0.7% 0.65% -
HSV(B) 199.52º 0.55% 0.89% -
XYZ 37.25 43.97 79.92 -
YUV 166.26 162.84 82.17 -
System Red Green Blue C M Y K H S L
Decimal 102 187 228 0.55 0.18 0 0.11 199.52 0.7 0.65
Hex 66 BB E4 37 12 0 B C8 46 41
Octal 146 273 344 67 22 0 13 310 106 101
Binary 1100110 10111011 11100100 110111 10010 0 1011 11001000 1000110 1000001

Color Harmonies of #66BBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBE4

Black with #66BBE4

Text Example


Text Example

White with #66BBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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