#51A6EC

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

Shades of Cornflower Blue #51A6EC

Tints of Cornflower Blue #51A6EC

Color information

#51A6EC (or 0x51A6EC) is unknown color: approx Cornflower Blue. HEX triplet: 51, A6 and EC. RGB value is (81,166,236). Sum of RGB (Red+Green+Blue) = 81+166+236=483 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.77% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #51A6EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A6EC is #AE5913. Grayscale: #949494. Windows color (decimal): -11426068 or 15509073. OLE color: 15509073.

HSL color Cylindrical-coordinate representation of color #51A6EC: hue angle of 207.1º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51A6EC is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81166236-
CMYK0.660.3000.07
HSL207.1º80.31%62.16%-
HSV(B)207.1º65.68%92.55%-
XYZ32.1735.0884.43-
YUV148.56177.3479.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.77%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 236 (92.58% from 255) = 48.86%
R=16.77%
G=34.37%
B=48.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal811662360.660.3000.07207.180.3162.16
Hex51A6EC421E07cf503e
Octal121246354102360731712076
Binary101000110100110111011001000010111100111110011111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,166,236); }

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

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

 a { background-color: rgb(81,166,236); }

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

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

 span { border-color: rgb(81,166,236); }

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