#5AADE6

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

Shades of Malibu #5AADE6

Tints of Malibu #5AADE6

Color information

#5AADE6 (or 0x5AADE6) is unknown color: approx Malibu. HEX triplet: 5A, AD and E6. RGB value is (90,173,230). Sum of RGB (Red+Green+Blue) = 90+173+230=493 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.26% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #5AADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AADE6 is #A55219. Grayscale: #9A9A9A. Windows color (decimal): -10834458 or 15117658. OLE color: 15117658.

HSL color Cylindrical-coordinate representation of color #5AADE6: hue angle of 204.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AADE6 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB90173230-
CMYK0.610.2500.10
HSL204.43º73.68%62.75%-
HSV(B)204.43º60.87%90.2%-
XYZ33.4437.7780.39-
YUV154.68170.581.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.26%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 230 (90.23% from 255) = 46.65%
R=18.26%
G=35.09%
B=46.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal901732300.610.2500.10204.4373.6862.75
Hex5AADE63D190Acc4a3f
Octal132255346753101231411277
Binary101101010101101111001101111011100101010110011001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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