#5BA1FA

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

Shades of Cornflower Blue #5BA1FA

Tints of Cornflower Blue #5BA1FA

Color information

#5BA1FA (or 0x5BA1FA) is unknown color: approx Cornflower Blue. HEX triplet: 5B, A1 and FA. RGB value is (91,161,250). Sum of RGB (Red+Green+Blue) = 91+161+250=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BA1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA1FA is #A45E05. Grayscale: #959595. Windows color (decimal): -10771974 or 16425307. OLE color: 16425307.

HSL color Cylindrical-coordinate representation of color #5BA1FA: hue angle of 213.58º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BA1FA is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB91161250-
CMYK0.640.3600.02
HSL213.58º94.08%66.86%-
HSV(B)213.58º63.6%98.04%-
XYZ34.3134.6295.32-
YUV150.22184.3185.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.13%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 250 (98.05% from 255) = 49.80%
R=18.13%
G=32.07%
B=49.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911612500.640.3600.02213.5894.0866.86
Hex5BA1FA402402d65e43
Octal1332413721004402326136103
Binary1011011101000011111101010000001001000101101011010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,161,250); }

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

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

 a { background-color: rgb(91,161,250); }

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

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

 span { border-color: rgb(91,161,250); }

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