#5EC8D9

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

Shades of Malibu #5EC8D9

Tints of Malibu #5EC8D9

Color information

#5EC8D9 (or 0x5EC8D9) is unknown color: approx Malibu. HEX triplet: 5E, C8 and D9. RGB value is (94,200,217). Sum of RGB (Red+Green+Blue) = 94+200+217=511 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.40% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #5EC8D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC8D9 is #A13726. Grayscale: #AAAAAA. Windows color (decimal): -10565415 or 14272606. OLE color: 14272606.

HSL color Cylindrical-coordinate representation of color #5EC8D9: hue angle of 188.29º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EC8D9 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB94200217-
CMYK0.570.0800.15
HSL188.29º61.81%60.98%-
HSV(B)188.29º56.68%85.1%-
XYZ37.7948.773.05-
YUV170.24154.3873.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.40%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 217 (85.16% from 255) = 42.47%
R=18.40%
G=39.14%
B=42.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942002170.570.0800.15188.2961.8160.98
Hex5EC8D93980Fbc3e3d
Octal13631033171100172747675
Binary1011110110010001101100111100110000111110111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EC8D9; }

 p { color: rgb(94,200,217); }

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

<style>
 a { background-color: #5EC8D9; }

 a { background-color: rgb(94,200,217); }

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

<style>
 span { border-color: #5EC8D9; }

 span { border-color: rgb(94,200,217); }

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