#5BAAFB

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

Shades of Cornflower Blue #5BAAFB

Tints of Cornflower Blue #5BAAFB

Color information

#5BAAFB (or 0x5BAAFB) is unknown color: approx Cornflower Blue. HEX triplet: 5B, AA and FB. RGB value is (91,170,251). Sum of RGB (Red+Green+Blue) = 91+170+251=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BAAFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAAFB is #A45504. Grayscale: #9B9B9B. Windows color (decimal): -10769669 or 16493147. OLE color: 16493147.

HSL color Cylindrical-coordinate representation of color #5BAAFB: hue angle of 210.38º degrees, saturation: 0.95, 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 #5BAAFB is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB91170251-
CMYK0.640.3200.02
HSL210.38º95.24%67.06%-
HSV(B)210.38º63.75%98.43%-
XYZ36.137.9496.69-
YUV155.61181.8381.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.77%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 251 (98.44% from 255) = 49.02%
R=17.77%
G=33.20%
B=49.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911702510.640.3200.02210.3895.2467.06
Hex5BAAFB402002d25f43
Octal1332523731004002322137103
Binary1011011101010101111101110000001000000101101001010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,170,251); }

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

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

 a { background-color: rgb(91,170,251); }

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

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

 span { border-color: rgb(91,170,251); }

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