#5AB0ED

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

Shades of Malibu #5AB0ED

Tints of Malibu #5AB0ED

Color information

#5AB0ED (or 0x5AB0ED) is unknown color: approx Malibu. HEX triplet: 5A, B0 and ED. RGB value is (90,176,237). Sum of RGB (Red+Green+Blue) = 90+176+237=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #5AB0ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB0ED is #A54F12. Grayscale: #9C9C9C. Windows color (decimal): -10833683 or 15577178. OLE color: 15577178.

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

Color convert

RGB90176237-
CMYK0.620.2600.07
HSL204.9º80.33%64.12%-
HSV(B)204.9º62.03%92.94%-
XYZ35.0339.3485.87-
YUV157.24173.0180.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.89%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=17.89%
G=34.99%
B=47.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal901762370.620.2600.07204.980.3364.12
Hex5AB0ED3E1A07cd5040
Octal132260355763207315120100
Binary101101010110000111011011111101101001111100110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,176,237); }

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

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

 a { background-color: rgb(90,176,237); }

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

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

 span { border-color: rgb(90,176,237); }

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