#51A7F6

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

Shades of Cornflower Blue #51A7F6

Tints of Cornflower Blue #51A7F6

Color information

#51A7F6 (or 0x51A7F6) is unknown color: approx Cornflower Blue. HEX triplet: 51, A7 and F6. RGB value is (81,167,246). Sum of RGB (Red+Green+Blue) = 81+167+246=494 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.40% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #51A7F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A7F6 is #AE5809. Grayscale: #959595. Windows color (decimal): -11425802 or 16164689. OLE color: 16164689.

HSL color Cylindrical-coordinate representation of color #51A7F6: hue angle of 208.73º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51A7F6 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB81167246-
CMYK0.670.3200.04
HSL208.73º90.16%64.12%-
HSV(B)208.73º67.07%96.47%-
XYZ33.8536.0492.36-
YUV150.29182.0178.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.40%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 246 (96.48% from 255) = 49.80%
R=16.40%
G=33.81%
B=49.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal811672460.670.3200.04208.7390.1664.12
Hex51A7F6432004d15a40
Octal1212473661034004321132100
Binary10100011010011111110110100001110000001001101000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,167,246); }

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

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

 a { background-color: rgb(81,167,246); }

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

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

 span { border-color: rgb(81,167,246); }

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