#51aaf9

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

Shades of Cornflower Blue #51AAF9

Tints of Cornflower Blue #51AAF9

Color information

#51AAF9 (or 0x51AAF9) is unknown color: approx Cornflower Blue. HEX triplet: 51, AA and F9. RGB value is (81,170,249). Sum of RGB (Red+Green+Blue) = 81+170+249=500 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.2% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #51AAF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51AAF9 is #AE5506. Grayscale: #979797. Windows color (decimal): -11425031 or 16362065. OLE color: 16362065.

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

Color convert

RGB81170249-
CMYK0.670.3200.02
HSL208.21º93.33%64.71%-
HSV(B)208.21º67.47%97.65%-
XYZ34.8737.3494.99-
YUV152.39182.5177.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.2%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 249 (97.66% from 255) = 49.8%
R=16.2%
G=34%
B=49.8%

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
Decimal811702490.670.3200.02208.2193.3364.71
Hex51AAF9432002d05d41
Octal1212523711034002320135101
Binary1010001101010101111100110000111000000101101000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51aaf9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51aaf9; }

 p { color: rgb(81,170,249); }

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

<style>
 a { background-color: #51aaf9; }

 a { background-color: rgb(81,170,249); }

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

<style>
 span { border-color: #51aaf9; }

 span { border-color: rgb(81,170,249); }

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