#5AAAFF

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

Shades of Cornflower Blue #5AAAFF

Tints of Cornflower Blue #5AAAFF

Color information

#5AAAFF (or 0x5AAAFF) is unknown color: approx Cornflower Blue. HEX triplet: 5A, AA and FF. RGB value is (90,170,255). Sum of RGB (Red+Green+Blue) = 90+170+255=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAAFF is #A55500. Grayscale: #9B9B9B. Windows color (decimal): -10835201 or 16755290. OLE color: 16755290.

HSL color Cylindrical-coordinate representation of color #5AAAFF: hue angle of 210.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AAAFF is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB90170255-
CMYK0.650.3300
HSL210.91º100%67.65%-
HSV(B)210.91º64.71%100%-
XYZ36.6438.14100.04-
YUV155.7718481.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.48%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 255 (100% from 255) = 49.51%
R=17.48%
G=33.01%
B=49.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal901702550.650.3300210.9110067.65
Hex5AAAFF412100d36444
Octal1322523771014100323144104
Binary101101010101010111111111000001100001001101001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,170,255); }

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

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

 a { background-color: rgb(90,170,255); }

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

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

 span { border-color: rgb(90,170,255); }

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