#5BAAF4

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

Shades of Cornflower Blue #5BAAF4

Tints of Cornflower Blue #5BAAF4

Color information

#5BAAF4 (or 0x5BAAF4) is unknown color: approx Cornflower Blue. HEX triplet: 5B, AA and F4. RGB value is (91,170,244). Sum of RGB (Red+Green+Blue) = 91+170+244=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #5BAAF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAAF4 is #A4550B. Grayscale: #9A9A9A. Windows color (decimal): -10769676 or 16034395. OLE color: 16034395.

HSL color Cylindrical-coordinate representation of color #5BAAF4: hue angle of 209.02º degrees, saturation: 0.87, 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 #5BAAF4 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB91170244-
CMYK0.630.3000.04
HSL209.02º87.43%65.69%-
HSV(B)209.02º62.7%95.69%-
XYZ35.0237.5190.98-
YUV154.82178.3382.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.02%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 244 (95.70% from 255) = 48.32%
R=18.02%
G=33.66%
B=48.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal911702440.630.3000.04209.0287.4365.69
Hex5BAAF43F1E04d15742
Octal133252364773604321127102
Binary101101110101010111101001111111111001001101000110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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