#5AADF4

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

Shades of Malibu #5AADF4

Tints of Malibu #5AADF4

Color information

#5AADF4 (or 0x5AADF4) is unknown color: approx Malibu. HEX triplet: 5A, AD and F4. RGB value is (90,173,244). Sum of RGB (Red+Green+Blue) = 90+173+244=507 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.75% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #5AADF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AADF4 is #A5520B. Grayscale: #9B9B9B. Windows color (decimal): -10834444 or 16035162. OLE color: 16035162.

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

Color convert

RGB90173244-
CMYK0.630.2900.04
HSL207.66º87.5%65.49%-
HSV(B)207.66º63.11%95.69%-
XYZ35.4938.5991.17-
YUV156.28177.580.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.75%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 244 (95.70% from 255) = 48.13%
R=17.75%
G=34.12%
B=48.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal901732440.630.2900.04207.6687.565.49
Hex5AADF43F1D04d05841
Octal132255364773504320130101
Binary101101010101101111101001111111110101001101000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,173,244); }

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

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

 a { background-color: rgb(90,173,244); }

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

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

 span { border-color: rgb(90,173,244); }

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