#5BA9F5

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

Shades of Cornflower Blue #5BA9F5

Tints of Cornflower Blue #5BA9F5

Color information

#5BA9F5 (or 0x5BA9F5) is unknown color: approx Cornflower Blue. HEX triplet: 5B, A9 and F5. RGB value is (91,169,245). Sum of RGB (Red+Green+Blue) = 91+169+245=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #5BA9F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA9F5 is #A4560A. Grayscale: #999999. Windows color (decimal): -10769931 or 16099675. OLE color: 16099675.

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

Color convert

RGB91169245-
CMYK0.630.3100.04
HSL209.61º88.51%65.88%-
HSV(B)209.61º62.86%96.08%-
XYZ34.9837.1991.72-
YUV154.34179.1682.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.02%
GREEN value IS 169 (66.41% from 255) = 33.47%
BLUE value IS 245 (96.09% from 255) = 48.51%
R=18.02%
G=33.47%
B=48.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal911692450.630.3100.04209.6188.5165.88
Hex5BA9F53F1F04d25942
Octal133251365773704322131102
Binary101101110101001111101011111111111101001101001010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,169,245); }

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

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

 a { background-color: rgb(91,169,245); }

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

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

 span { border-color: rgb(91,169,245); }

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