#5EC6E4

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

Shades of Malibu #5EC6E4

Tints of Malibu #5EC6E4

Color information

#5EC6E4 (or 0x5EC6E4) is unknown color: approx Malibu. HEX triplet: 5E, C6 and E4. RGB value is (94,198,228). Sum of RGB (Red+Green+Blue) = 94+198+228=520 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.08% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #5EC6E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC6E4 is #A1391B. Grayscale: #AAAAAA. Windows color (decimal): -10565916 or 14992990. OLE color: 14992990.

HSL color Cylindrical-coordinate representation of color #5EC6E4: hue angle of 193.43º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EC6E4 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB94198228-
CMYK0.590.1300.11
HSL193.43º71.28%63.14%-
HSV(B)193.43º58.77%89.41%-
XYZ38.8148.3780.69-
YUV170.32160.5473.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.08%
GREEN value IS 198 (77.73% from 255) = 38.08%
BLUE value IS 228 (89.45% from 255) = 43.85%
R=18.08%
G=38.08%
B=43.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal941982280.590.1300.11193.4371.2863.14
Hex5EC6E43BD0Bc1473f
Octal136306344731501330110777
Binary10111101100011011100100111011110101011110000011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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