#6EBCDD

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

Shades of Malibu #6EBCDD

Tints of Malibu #6EBCDD

Color information

#6EBCDD (or 0x6EBCDD) is unknown color: approx Malibu. HEX triplet: 6E, BC and DD. RGB value is (110,188,221). Sum of RGB (Red+Green+Blue) = 110+188+221=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EBCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCDD is #914322. Grayscale: #A8A8A8. Windows color (decimal): -9519907 or 14531694. OLE color: 14531694.

HSL color Cylindrical-coordinate representation of color #6EBCDD: hue angle of 197.84º 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 #6EBCDD is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB110188221-
CMYK0.500.1500.13
HSL197.84º62.01%64.9%-
HSV(B)197.84º50.23%86.67%-
XYZ37.4644.575.02-
YUV168.44157.6686.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.19%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=21.19%
G=36.22%
B=42.58%

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
Decimal1101882210.500.1500.13197.8462.0164.9
Hex6EBCDD32F0Dc63e41
Octal156274335621701530676101
Binary11011101011110011011101110010111101101110001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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