#5AAFFA

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

Shades of Malibu #5AAFFA

Tints of Malibu #5AAFFA

Color information

#5AAFFA (or 0x5AAFFA) is unknown color: approx Malibu. HEX triplet: 5A, AF and FA. RGB value is (90,175,250). Sum of RGB (Red+Green+Blue) = 90+175+250=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AAFFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAFFA is #A55005. Grayscale: #9D9D9D. Windows color (decimal): -10833926 or 16428890. OLE color: 16428890.

HSL color Cylindrical-coordinate representation of color #5AAFFA: hue angle of 208.12º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AAFFA is Cyan = 0.64, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB90175250-
CMYK0.640.300.02
HSL208.12º94.12%66.67%-
HSV(B)208.12º64%98.04%-
XYZ36.839.7496.17-
YUV158.14179.8479.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.48%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=17.48%
G=33.98%
B=48.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal901752500.640.300.02208.1294.1266.67
Hex5AAFFA401E02d05e43
Octal1322573721003602320136103
Binary101101010101111111110101000000111100101101000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,175,250); }

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

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

 a { background-color: rgb(90,175,250); }

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

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

 span { border-color: rgb(90,175,250); }

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