#6EBEE5

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

Shades of Malibu #6EBEE5

Tints of Malibu #6EBEE5

Color information

#6EBEE5 (or 0x6EBEE5) is unknown color: approx Malibu. HEX triplet: 6E, BE and E5. RGB value is (110,190,229). Sum of RGB (Red+Green+Blue) = 110+190+229=529 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.79% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #6EBEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBEE5 is #91411A. Grayscale: #AAAAAA. Windows color (decimal): -9519387 or 15056494. OLE color: 15056494.

HSL color Cylindrical-coordinate representation of color #6EBEE5: hue angle of 199.66º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EBEE5 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB110190229-
CMYK0.520.1700.10
HSL199.66º69.59%66.47%-
HSV(B)199.66º51.97%89.8%-
XYZ38.9945.880.91-
YUV170.5316184.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.79%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 229 (89.84% from 255) = 43.29%
R=20.79%
G=35.92%
B=43.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1101902290.520.1700.10199.6669.5966.47
Hex6EBEE534110Ac84642
Octal1562763456421012310106102
Binary1101110101111101110010111010010001010101100100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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