#5AC5EA

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

Shades of Malibu #5AC5EA

Tints of Malibu #5AC5EA

Color information

#5AC5EA (or 0x5AC5EA) is unknown color: approx Malibu. HEX triplet: 5A, C5 and EA. RGB value is (90,197,234). Sum of RGB (Red+Green+Blue) = 90+197+234=521 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.27% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #5AC5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC5EA is #A53A15. Grayscale: #A8A8A8. Windows color (decimal): -10828310 or 15385946. OLE color: 15385946.

HSL color Cylindrical-coordinate representation of color #5AC5EA: hue angle of 195.42º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AC5EA is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB90197234-
CMYK0.620.1600.08
HSL195.42º77.42%63.53%-
HSV(B)195.42º61.54%91.76%-
XYZ39.0348.0585.06-
YUV169.23164.5571.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.27%
GREEN value IS 197 (77.34% from 255) = 37.81%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=17.27%
G=37.81%
B=44.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901972340.620.1600.08195.4277.4263.53
Hex5AC5EA3E1008c34d40
Octal1323053527620010303115100
Binary1011010110001011110101011111010000010001100001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,197,234); }

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

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

 a { background-color: rgb(90,197,234); }

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

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

 span { border-color: rgb(90,197,234); }

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