#51ABFB

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

Shades of Cornflower Blue #51ABFB

Tints of Cornflower Blue #51ABFB

Color information

#51ABFB (or 0x51ABFB) is unknown color: approx Cornflower Blue. HEX triplet: 51, AB and FB. RGB value is (81,171,251). Sum of RGB (Red+Green+Blue) = 81+171+251=503 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.10% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #51ABFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51ABFB is #AE5404. Grayscale: #989898. Windows color (decimal): -11424773 or 16493393. OLE color: 16493393.

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

Color convert

RGB81171251-
CMYK0.680.3200.02
HSL208.24º95.51%65.1%-
HSV(B)208.24º67.73%98.43%-
XYZ35.3737.8496.71-
YUV153.21183.1876.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.10%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 251 (98.44% from 255) = 49.90%
R=16.10%
G=34.00%
B=49.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811712510.680.3200.02208.2495.5165.1
Hex51ABFB442002d06041
Octal1212533731044002320140101
Binary1010001101010111111101110001001000000101101000011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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