#51ABD5

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

Shades of Picton Blue #51ABD5

Tints of Picton Blue #51ABD5

Color information

#51ABD5 (or 0x51ABD5) is unknown color: approx Picton Blue. HEX triplet: 51, AB and D5. RGB value is (81,171,213). Sum of RGB (Red+Green+Blue) = 81+171+213=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #51ABD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABD5 is #AE542A. Grayscale: #949494. Windows color (decimal): -11424811 or 14003025. OLE color: 14003025.

HSL color Cylindrical-coordinate representation of color #51ABD5: hue angle of 199.09º degrees, saturation: 0.61, 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 #51ABD5 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81171213-
CMYK0.620.2000.16
HSL199.09º61.11%57.65%-
HSV(B)199.09º61.97%83.53%-
XYZ29.9735.6868.26-
YUV148.88164.1879.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.42%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 213 (83.59% from 255) = 45.81%
R=17.42%
G=36.77%
B=45.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811712130.620.2000.16199.0961.1157.65
Hex51ABD53E14010c73d3a
Octal12125332576240203077572
Binary101000110101011110101011111101010001000011000111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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