#6EBEDC

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

Shades of Malibu #6EBEDC

Tints of Malibu #6EBEDC

Color information

#6EBEDC (or 0x6EBEDC) is unknown color: approx Malibu. HEX triplet: 6E, BE and DC. RGB value is (110,190,220). Sum of RGB (Red+Green+Blue) = 110+190+220=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBEDC is #914123. Grayscale: #A9A9A9. Windows color (decimal): -9519396 or 14466670. OLE color: 14466670.

HSL color Cylindrical-coordinate representation of color #6EBEDC: hue angle of 196.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EBEDC is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110190220-
CMYK0.500.1400.14
HSL196.36º61.11%64.71%-
HSV(B)196.36º50%86.27%-
XYZ37.7645.3174.47-
YUV169.5156.585.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.15%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=21.15%
G=36.54%
B=42.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1101902200.500.1400.14196.3661.1164.71
Hex6EBEDC32E0Ec43d41
Octal156276334621601630475101
Binary11011101011111011011100110010111001110110001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,190,220); }

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

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

 a { background-color: rgb(110,190,220); }

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

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

 span { border-color: rgb(110,190,220); }

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