#5AB5EE

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

Shades of Malibu #5AB5EE

Tints of Malibu #5AB5EE

Color information

#5AB5EE (or 0x5AB5EE) is unknown color: approx Malibu. HEX triplet: 5A, B5 and EE. RGB value is (90,181,238). Sum of RGB (Red+Green+Blue) = 90+181+238=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AB5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB5EE is #A54A11. Grayscale: #9F9F9F. Windows color (decimal): -10832402 or 15643994. OLE color: 15643994.

HSL color Cylindrical-coordinate representation of color #5AB5EE: hue angle of 203.11º 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 #5AB5EE is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB90181238-
CMYK0.620.2400.07
HSL203.11º81.32%64.31%-
HSV(B)203.11º62.18%93.33%-
XYZ36.1741.3986.97-
YUV160.29171.8577.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.68%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 238 (93.36% from 255) = 46.76%
R=17.68%
G=35.56%
B=46.76%

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
Decimal901812380.620.2400.07203.1181.3264.31
Hex5AB5EE3E1807cb5140
Octal132265356763007313121100
Binary101101010110101111011101111101100001111100101110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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