#6EBBDD

Color #6EBBDD Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #6EBBDD

Tints of Malibu #6EBBDD

Color information

#6EBBDD (or 0x6EBBDD) is unknown color: approx Malibu. HEX triplet: 6E, BB and DD. RGB value is (110,187,221). Sum of RGB (Red+Green+Blue) = 110+187+221=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBDD is #914422. Grayscale: #A7A7A7. Windows color (decimal): -9520163 or 14531438. OLE color: 14531438.

HSL color Cylindrical-coordinate representation of color #6EBBDD: hue angle of 198.38º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EBBDD is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB110187221-
CMYK0.500.1500.13
HSL198.38º62.01%64.9%-
HSV(B)198.38º50.23%86.67%-
XYZ37.2544.0874.95-
YUV167.85157.9986.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.24%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=21.24%
G=36.10%
B=42.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1101872210.500.1500.13198.3862.0164.9
Hex6EBBDD32F0Dc63e41
Octal156273335621701530676101
Binary11011101011101111011101110010111101101110001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EBBDD; }

 p { color: rgb(110,187,221); }

 H1.HeaderClassName
 {
   color: #6EBBDD;
 }
 .AnyTagClassName
 {
   color: #6EBBDD;
 }
</style>
background-color css

<style>
 a { background-color: #6EBBDD; }

 a { background-color: rgb(110,187,221); }

 div.DivClassName
 {
   background-color: #6EBBDD;
 }
 .BgClassName
 {
   background-color: #6EBBDD;
 }
</style>
border-color css

<style>
 span { border-color: #6EBBDD; }

 span { border-color: rgb(110,187,221); }

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