#51AAD6

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

Shades of Picton Blue #51AAD6

Tints of Picton Blue #51AAD6

Color information

#51AAD6 (or 0x51AAD6) is unknown color: approx Picton Blue. HEX triplet: 51, AA and D6. RGB value is (81,170,214). Sum of RGB (Red+Green+Blue) = 81+170+214=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #51AAD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AAD6 is #AE5529. Grayscale: #949494. Windows color (decimal): -11425066 or 14068305. OLE color: 14068305.

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

Color convert

RGB81170214-
CMYK0.620.2100.16
HSL199.85º61.86%57.84%-
HSV(B)199.85º62.15%83.92%-
XYZ29.9135.3568.87-
YUV148.4165.0179.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.42%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 214 (83.98% from 255) = 46.02%
R=17.42%
G=36.56%
B=46.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811702140.620.2100.16199.8561.8657.84
Hex51AAD63E15010c83e3a
Octal12125232676250203107672
Binary101000110101010110101101111101010101000011001000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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