#51ABD6

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

Shades of Picton Blue #51ABD6

Tints of Picton Blue #51ABD6

Color information

#51ABD6 (or 0x51ABD6) is unknown color: approx Picton Blue. HEX triplet: 51, AB and D6. RGB value is (81,171,214). Sum of RGB (Red+Green+Blue) = 81+171+214=466 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.38% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #51ABD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABD6 is #AE5429. Grayscale: #949494. Windows color (decimal): -11424810 or 14068561. OLE color: 14068561.

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

Color convert

RGB81171214-
CMYK0.620.2000.16
HSL199.4º61.86%57.84%-
HSV(B)199.4º62.15%83.92%-
XYZ30.0935.7368.93-
YUV148.99164.6879.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.38%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 214 (83.98% from 255) = 45.92%
R=17.38%
G=36.70%
B=45.92%

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
Decimal811712140.620.2000.16199.461.8657.84
Hex51ABD63E14010c73e3a
Octal12125332676240203077672
Binary101000110101011110101101111101010001000011000111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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