#51A1D6

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

Shades of Picton Blue #51A1D6

Tints of Picton Blue #51A1D6

Color information

#51A1D6 (or 0x51A1D6) is unknown color: approx Picton Blue. HEX triplet: 51, A1 and D6. RGB value is (81,161,214). Sum of RGB (Red+Green+Blue) = 81+161+214=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #51A1D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A1D6 is #AE5E29. Grayscale: #8E8E8E. Windows color (decimal): -11427370 or 14066001. OLE color: 14066001.

HSL color Cylindrical-coordinate representation of color #51A1D6: hue angle of 203.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51A1D6 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81161214-
CMYK0.620.2500.16
HSL203.91º61.86%57.84%-
HSV(B)203.91º62.15%83.92%-
XYZ28.2832.0968.32-
YUV143.1216883.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.76%
GREEN value IS 161 (63.28% from 255) = 35.31%
BLUE value IS 214 (83.98% from 255) = 46.93%
R=17.76%
G=35.31%
B=46.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811612140.620.2500.16203.9161.8657.84
Hex51A1D63E19010cc3e3a
Octal12124132676310203147672
Binary101000110100001110101101111101100101000011001100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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