#51A1FB

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

Shades of Cornflower Blue #51A1FB

Tints of Cornflower Blue #51A1FB

Color information

#51A1FB (or 0x51A1FB) is unknown color: approx Cornflower Blue. HEX triplet: 51, A1 and FB. RGB value is (81,161,251). Sum of RGB (Red+Green+Blue) = 81+161+251=493 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.43% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #51A1FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A1FB is #AE5E04. Grayscale: #929292. Windows color (decimal): -11427333 or 16490833. OLE color: 16490833.

HSL color Cylindrical-coordinate representation of color #51A1FB: hue angle of 211.76º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51A1FB is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81161251-
CMYK0.680.3600.02
HSL211.76º95.51%65.1%-
HSV(B)211.76º67.73%98.43%-
XYZ33.5534.296.1-
YUV147.34186.580.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.43%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 251 (98.44% from 255) = 50.91%
R=16.43%
G=32.66%
B=50.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811612510.680.3600.02211.7695.5165.1
Hex51A1FB442402d46041
Octal1212413731044402324140101
Binary1010001101000011111101110001001001000101101010011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,161,251); }

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

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

 a { background-color: rgb(81,161,251); }

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

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

 span { border-color: rgb(81,161,251); }

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