#51A6CC

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

Shades of Picton Blue #51A6CC

Tints of Picton Blue #51A6CC

Color information

#51A6CC (or 0x51A6CC) is unknown color: approx Picton Blue. HEX triplet: 51, A6 and CC. RGB value is (81,166,204). Sum of RGB (Red+Green+Blue) = 81+166+204=451 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.96% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #51A6CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A6CC is #AE5933. Grayscale: #909090. Windows color (decimal): -11426100 or 13411921. OLE color: 13411921.

HSL color Cylindrical-coordinate representation of color #51A6CC: hue angle of 198.54º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51A6CC is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB81166204-
CMYK0.600.1900.2
HSL198.54º54.67%55.88%-
HSV(B)198.54º60.29%80%-
XYZ27.9333.3862.1-
YUV144.92161.3482.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.96%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=17.96%
G=36.81%
B=45.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811662040.600.1900.2198.5454.6755.88
Hex51A6CC3C13014c73738
Octal12124631474230243076770
Binary101000110100110110011001111001001101010011000111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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