#5AB0EB

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

Shades of Malibu #5AB0EB

Tints of Malibu #5AB0EB

Color information

#5AB0EB (or 0x5AB0EB) is unknown color: approx Malibu. HEX triplet: 5A, B0 and EB. RGB value is (90,176,235). Sum of RGB (Red+Green+Blue) = 90+176+235=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #5AB0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB0EB is #A54F14. Grayscale: #9C9C9C. Windows color (decimal): -10833685 or 15446106. OLE color: 15446106.

HSL color Cylindrical-coordinate representation of color #5AB0EB: hue angle of 204.41º degrees, saturation: 0.78, 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 #5AB0EB is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB90176235-
CMYK0.620.2500.08
HSL204.41º78.38%63.73%-
HSV(B)204.41º61.7%92.16%-
XYZ34.7439.2284.34-
YUV157.01172.0180.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.96%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 235 (92.19% from 255) = 46.91%
R=17.96%
G=35.13%
B=46.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901762350.620.2500.08204.4178.3863.73
Hex5AB0EB3E1908cc4e40
Octal1322603537631010314116100
Binary1011010101100001110101111111011001010001100110010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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