#5AA7FE

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

Shades of Cornflower Blue #5AA7FE

Tints of Cornflower Blue #5AA7FE

Color information

#5AA7FE (or 0x5AA7FE) is unknown color: approx Cornflower Blue. HEX triplet: 5A, A7 and FE. RGB value is (90,167,254). Sum of RGB (Red+Green+Blue) = 90+167+254=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AA7FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA7FE is #A55801. Grayscale: #999999. Windows color (decimal): -10835970 or 16688986. OLE color: 16688986.

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

Color convert

RGB90167254-
CMYK0.650.3400.00
HSL211.83º98.8%67.45%-
HSV(B)211.83º64.57%99.61%-
XYZ35.9236.9799.01-
YUV153.89184.4982.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.61%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 254 (99.61% from 255) = 49.71%
R=17.61%
G=32.68%
B=49.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal901672540.650.3400.00211.8398.867.45
Hex5AA7FE412200d46343
Octal1322473761014200324143103
Binary101101010100111111111101000001100010001101010011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,167,254); }

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

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

 a { background-color: rgb(90,167,254); }

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

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

 span { border-color: rgb(90,167,254); }

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