#5EC6ED

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

Shades of Malibu #5EC6ED

Tints of Malibu #5EC6ED

Color information

#5EC6ED (or 0x5EC6ED) is unknown color: approx Malibu. HEX triplet: 5E, C6 and ED. RGB value is (94,198,237). Sum of RGB (Red+Green+Blue) = 94+198+237=529 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.77% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EC6ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC6ED is #A13912. Grayscale: #ABABAB. Windows color (decimal): -10565907 or 15582814. OLE color: 15582814.

HSL color Cylindrical-coordinate representation of color #5EC6ED: hue angle of 196.36º 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 #5EC6ED is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB94198237-
CMYK0.600.1600.07
HSL196.36º79.89%64.9%-
HSV(B)196.36º60.34%92.94%-
XYZ40.148.8887.44-
YUV171.35165.0472.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.77%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=17.77%
G=37.43%
B=44.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal941982370.600.1600.07196.3679.8964.9
Hex5EC6ED3C1007c45041
Octal136306355742007304120101
Binary101111011000110111011011111001000001111100010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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