#53A6F9

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

Shades of Cornflower Blue #53A6F9

Tints of Cornflower Blue #53A6F9

Color information

#53A6F9 (or 0x53A6F9) is unknown color: approx Cornflower Blue. HEX triplet: 53, A6 and F9. RGB value is (83,166,249). Sum of RGB (Red+Green+Blue) = 83+166+249=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #53A6F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A6F9 is #AC5906. Grayscale: #969696. Windows color (decimal): -11294983 or 16361043. OLE color: 16361043.

HSL color Cylindrical-coordinate representation of color #53A6F9: hue angle of 210º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53A6F9 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB83166249-
CMYK0.670.3300.02
HSL210º93.26%65.1%-
HSV(B)210º66.67%97.65%-
XYZ34.335.9594.75-
YUV150.64183.579.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.67%
GREEN value IS 166 (65.23% from 255) = 33.33%
BLUE value IS 249 (97.66% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal831662490.670.3300.0221093.2665.1
Hex53A6F9432102d25d41
Octal1232463711034102322135101
Binary1010011101001101111100110000111000010101101001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A6F9; }

 p { color: rgb(83,166,249); }

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

<style>
 a { background-color: #53A6F9; }

 a { background-color: rgb(83,166,249); }

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

<style>
 span { border-color: #53A6F9; }

 span { border-color: rgb(83,166,249); }

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