#5AC8E5

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

Shades of Malibu #5AC8E5

Tints of Malibu #5AC8E5

Color information

#5AC8E5 (or 0x5AC8E5) is unknown color: approx Malibu. HEX triplet: 5A, C8 and E5. RGB value is (90,200,229). Sum of RGB (Red+Green+Blue) = 90+200+229=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #5AC8E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC8E5 is #A5371A. Grayscale: #AAAAAA. Windows color (decimal): -10827547 or 15059034. OLE color: 15059034.

HSL color Cylindrical-coordinate representation of color #5AC8E5: hue angle of 192.52º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AC8E5 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB90200229-
CMYK0.610.1300.10
HSL192.52º72.77%62.55%-
HSV(B)192.52º60.7%89.8%-
XYZ39.0149.1481.56-
YUV170.42161.0670.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.34%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 229 (89.84% from 255) = 44.12%
R=17.34%
G=38.54%
B=44.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal902002290.610.1300.10192.5272.7762.55
Hex5AC8E53DD0Ac1493f
Octal132310345751501230111177
Binary10110101100100011100101111101110101010110000011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,200,229); }

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

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

 a { background-color: rgb(90,200,229); }

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

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

 span { border-color: rgb(90,200,229); }

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