#5EC7EE

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

Shades of Malibu #5EC7EE

Tints of Malibu #5EC7EE

Color information

#5EC7EE (or 0x5EC7EE) is unknown color: approx Malibu. HEX triplet: 5E, C7 and EE. RGB value is (94,199,238). Sum of RGB (Red+Green+Blue) = 94+199+238=531 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.70% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #5EC7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC7EE is #A13811. Grayscale: #ABABAB. Windows color (decimal): -10565650 or 15648606. OLE color: 15648606.

HSL color Cylindrical-coordinate representation of color #5EC7EE: hue angle of 196.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EC7EE is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB94199238-
CMYK0.610.1600.07
HSL196.25º80.9%65.1%-
HSV(B)196.25º60.5%93.33%-
XYZ40.4749.488.29-
YUV172.05165.2172.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.70%
GREEN value IS 199 (78.12% from 255) = 37.48%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=17.70%
G=37.48%
B=44.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal941992380.610.1600.07196.2580.965.1
Hex5EC7EE3D1007c45141
Octal136307356752007304121101
Binary101111011000111111011101111011000001111100010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,199,238); }

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

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

 a { background-color: rgb(94,199,238); }

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

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

 span { border-color: rgb(94,199,238); }

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