#5AABF2

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

Shades of Malibu #5AABF2

Tints of Malibu #5AABF2

Color information

#5AABF2 (or 0x5AABF2) is unknown color: approx Malibu. HEX triplet: 5A, AB and F2. RGB value is (90,171,242). Sum of RGB (Red+Green+Blue) = 90+171+242=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #5AABF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AABF2 is #A5540D. Grayscale: #9A9A9A. Windows color (decimal): -10834958 or 15903578. OLE color: 15903578.

HSL color Cylindrical-coordinate representation of color #5AABF2: hue angle of 208.03º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AABF2 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB90171242-
CMYK0.630.2900.05
HSL208.03º85.39%65.1%-
HSV(B)208.03º62.81%94.9%-
XYZ34.8137.7189.45-
YUV154.88177.1681.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.89%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 242 (94.92% from 255) = 48.11%
R=17.89%
G=34.00%
B=48.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal901712420.630.2900.05208.0385.3965.1
Hex5AABF23F1D05d05541
Octal132253362773505320125101
Binary101101010101011111100101111111110101011101000010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,171,242); }

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

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

 a { background-color: rgb(90,171,242); }

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

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

 span { border-color: rgb(90,171,242); }

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