#5AA1E9

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

Shades of Cornflower Blue #5AA1E9

Tints of Cornflower Blue #5AA1E9

Color information

#5AA1E9 (or 0x5AA1E9) is unknown color: approx Cornflower Blue. HEX triplet: 5A, A1 and E9. RGB value is (90,161,233). Sum of RGB (Red+Green+Blue) = 90+161+233=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #5AA1E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA1E9 is #A55E16. Grayscale: #939393. Windows color (decimal): -10837527 or 15311194. OLE color: 15311194.

HSL color Cylindrical-coordinate representation of color #5AA1E9: hue angle of 210.21º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AA1E9 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB90161233-
CMYK0.610.3100.09
HSL210.21º76.47%63.33%-
HSV(B)210.21º61.37%91.37%-
XYZ31.6733.5581.9-
YUV147.98175.9886.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.60%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 233 (91.41% from 255) = 48.14%
R=18.60%
G=33.26%
B=48.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal901612330.610.3100.09210.2176.4763.33
Hex5AA1E93D1F09d24c3f
Octal132241351753701132211477
Binary101101010100001111010011111011111101001110100101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,161,233); }

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

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

 a { background-color: rgb(90,161,233); }

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

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

 span { border-color: rgb(90,161,233); }

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