#6EBDE0

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

Shades of Malibu #6EBDE0

Tints of Malibu #6EBDE0

Color information

#6EBDE0 (or 0x6EBDE0) is unknown color: approx Malibu. HEX triplet: 6E, BD and E0. RGB value is (110,189,224). Sum of RGB (Red+Green+Blue) = 110+189+224=523 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.03% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #6EBDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDE0 is #91421F. Grayscale: #A9A9A9. Windows color (decimal): -9519648 or 14728558. OLE color: 14728558.

HSL color Cylindrical-coordinate representation of color #6EBDE0: hue angle of 198.42º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EBDE0 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB110189224-
CMYK0.510.1600.12
HSL198.42º64.77%65.49%-
HSV(B)198.42º50.89%87.84%-
XYZ38.0845.0977.22-
YUV169.37158.8385.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.03%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 224 (87.89% from 255) = 42.83%
R=21.03%
G=36.14%
B=42.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1101892240.510.1600.12198.4264.7765.49
Hex6EBDE033100Cc64141
Octal1562753406320014306101101
Binary1101110101111011110000011001110000011001100011010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,189,224); }

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

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

 a { background-color: rgb(110,189,224); }

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

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

 span { border-color: rgb(110,189,224); }

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