#5EC5ED

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

Shades of Malibu #5EC5ED

Tints of Malibu #5EC5ED

Color information

#5EC5ED (or 0x5EC5ED) is unknown color: approx Malibu. HEX triplet: 5E, C5 and ED. RGB value is (94,197,237). Sum of RGB (Red+Green+Blue) = 94+197+237=528 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.80% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EC5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC5ED is #A13A12. Grayscale: #AAAAAA. Windows color (decimal): -10566163 or 15582558. OLE color: 15582558.

HSL color Cylindrical-coordinate representation of color #5EC5ED: hue angle of 196.78º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EC5ED is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB94197237-
CMYK0.600.1700.07
HSL196.78º79.89%64.9%-
HSV(B)196.78º60.34%92.94%-
XYZ39.8748.4387.37-
YUV170.76165.3873.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.80%
GREEN value IS 197 (77.34% from 255) = 37.31%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=17.80%
G=37.31%
B=44.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal941972370.600.1700.07196.7879.8964.9
Hex5EC5ED3C1107c55041
Octal136305355742107305120101
Binary101111011000101111011011111001000101111100010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,197,237); }

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

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

 a { background-color: rgb(94,197,237); }

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

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

 span { border-color: rgb(94,197,237); }

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