#5AB4EE

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

Shades of Malibu #5AB4EE

Tints of Malibu #5AB4EE

Color information

#5AB4EE (or 0x5AB4EE) is unknown color: approx Malibu. HEX triplet: 5A, B4 and EE. RGB value is (90,180,238). Sum of RGB (Red+Green+Blue) = 90+180+238=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AB4EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB4EE is #A54B11. Grayscale: #9F9F9F. Windows color (decimal): -10832658 or 15643738. OLE color: 15643738.

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

Color convert

RGB90180238-
CMYK0.620.2400.07
HSL203.51º81.32%64.31%-
HSV(B)203.51º62.18%93.33%-
XYZ35.9740.9986.9-
YUV159.7172.1878.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.72%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 238 (93.36% from 255) = 46.85%
R=17.72%
G=35.43%
B=46.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal901802380.620.2400.07203.5181.3264.31
Hex5AB4EE3E1807cc5140
Octal132264356763007314121100
Binary101101010110100111011101111101100001111100110010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,180,238); }

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

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

 a { background-color: rgb(90,180,238); }

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

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

 span { border-color: rgb(90,180,238); }

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