#53AAFA

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

Shades of Cornflower Blue #53AAFA

Tints of Cornflower Blue #53AAFA

Color information

#53AAFA (or 0x53AAFA) is unknown color: approx Cornflower Blue. HEX triplet: 53, AA and FA. RGB value is (83,170,250). Sum of RGB (Red+Green+Blue) = 83+170+250=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #53AAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53AAFA is #AC5505. Grayscale: #989898. Windows color (decimal): -11293958 or 16427603. OLE color: 16427603.

HSL color Cylindrical-coordinate representation of color #53AAFA: hue angle of 208.74º degrees, saturation: 0.94, 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 #53AAFA is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB83170250-
CMYK0.670.3200.02
HSL208.74º94.35%65.29%-
HSV(B)208.74º66.8%98.04%-
XYZ35.237.4995.82-
YUV153.11182.6878-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.50%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 250 (98.05% from 255) = 49.70%
R=16.50%
G=33.80%
B=49.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal831702500.670.3200.02208.7494.3565.29
Hex53AAFA432002d15e41
Octal1232523721034002321136101
Binary1010011101010101111101010000111000000101101000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,170,250); }

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

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

 a { background-color: rgb(83,170,250); }

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

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

 span { border-color: rgb(83,170,250); }

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