#5EAFE0

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

Shades of Malibu #5EAFE0

Tints of Malibu #5EAFE0

Color information

#5EAFE0 (or 0x5EAFE0) is unknown color: approx Malibu. HEX triplet: 5E, AF and E0. RGB value is (94,175,224). Sum of RGB (Red+Green+Blue) = 94+175+224=493 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.07% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #5EAFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFE0 is #A1501F. Grayscale: #9C9C9C. Windows color (decimal): -10571808 or 14724958. OLE color: 14724958.

HSL color Cylindrical-coordinate representation of color #5EAFE0: hue angle of 202.62º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EAFE0 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB94175224-
CMYK0.580.2200.12
HSL202.62º67.71%62.35%-
HSV(B)202.62º58.04%87.84%-
XYZ33.438.4276.18-
YUV156.37166.1683.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.07%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 224 (87.89% from 255) = 45.44%
R=19.07%
G=35.50%
B=45.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal941752240.580.2200.12202.6267.7162.35
Hex5EAFE03A160Ccb443e
Octal136257340722601431310476
Binary101111010101111111000001110101011001100110010111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,175,224); }

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

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

 a { background-color: rgb(94,175,224); }

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

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

 span { border-color: rgb(94,175,224); }

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