#5AB8EB

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

Shades of Malibu #5AB8EB

Tints of Malibu #5AB8EB

Color information

#5AB8EB (or 0x5AB8EB) is unknown color: approx Malibu. HEX triplet: 5A, B8 and EB. RGB value is (90,184,235). Sum of RGB (Red+Green+Blue) = 90+184+235=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #5AB8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB8EB is #A54714. Grayscale: #A1A1A1. Windows color (decimal): -10831637 or 15448154. OLE color: 15448154.

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

Color convert

RGB90184235-
CMYK0.620.2200.08
HSL201.1º78.38%63.73%-
HSV(B)201.1º61.7%92.16%-
XYZ36.3542.4584.88-
YUV161.71169.3676.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.68%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 235 (92.19% from 255) = 46.17%
R=17.68%
G=36.15%
B=46.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901842350.620.2200.08201.178.3863.73
Hex5AB8EB3E1608c94e40
Octal1322703537626010311116100
Binary1011010101110001110101111111010110010001100100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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