#51A9FE

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

Shades of Cornflower Blue #51A9FE

Tints of Cornflower Blue #51A9FE

Color information

#51A9FE (or 0x51A9FE) is unknown color: approx Cornflower Blue. HEX triplet: 51, A9 and FE. RGB value is (81,169,254). Sum of RGB (Red+Green+Blue) = 81+169+254=504 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.07% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #51A9FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A9FE is #AE5601. Grayscale: #979797. Windows color (decimal): -11425282 or 16689489. OLE color: 16689489.

HSL color Cylindrical-coordinate representation of color #51A9FE: hue angle of 209.48º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51A9FE is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB81169254-
CMYK0.680.3300.00
HSL209.48º98.86%65.69%-
HSV(B)209.48º68.11%99.61%-
XYZ35.4737.2899.09-
YUV152.38185.3577.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.07%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 254 (99.61% from 255) = 50.40%
R=16.07%
G=33.53%
B=50.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal811692540.680.3300.00209.4898.8665.69
Hex51A9FE442100d16342
Octal1212513761044100321143102
Binary101000110101001111111101000100100001001101000111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,169,254); }

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

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

 a { background-color: rgb(81,169,254); }

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

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

 span { border-color: rgb(81,169,254); }

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