#5AC1E7

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

Shades of Malibu #5AC1E7

Tints of Malibu #5AC1E7

Color information

#5AC1E7 (or 0x5AC1E7) is unknown color: approx Malibu. HEX triplet: 5A, C1 and E7. RGB value is (90,193,231). Sum of RGB (Red+Green+Blue) = 90+193+231=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #5AC1E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC1E7 is #A53E18. Grayscale: #A6A6A6. Windows color (decimal): -10829337 or 15188314. OLE color: 15188314.

HSL color Cylindrical-coordinate representation of color #5AC1E7: hue angle of 196.17º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AC1E7 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB90193231-
CMYK0.610.1600.09
HSL196.17º74.6%62.94%-
HSV(B)196.17º61.04%90.59%-
XYZ37.7146.0882.51-
YUV166.54164.3873.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.51%
GREEN value IS 193 (75.78% from 255) = 37.55%
BLUE value IS 231 (90.62% from 255) = 44.94%
R=17.51%
G=37.55%
B=44.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal901932310.610.1600.09196.1774.662.94
Hex5AC1E73D1009c44b3f
Octal132301347752001130411377
Binary101101011000001111001111111011000001001110001001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,193,231); }

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

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

 a { background-color: rgb(90,193,231); }

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

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

 span { border-color: rgb(90,193,231); }

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