#51ACD6

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

Shades of Picton Blue #51ACD6

Tints of Picton Blue #51ACD6

Color information

#51ACD6 (or 0x51ACD6) is unknown color: approx Picton Blue. HEX triplet: 51, AC and D6. RGB value is (81,172,214). Sum of RGB (Red+Green+Blue) = 81+172+214=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #51ACD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ACD6 is #AE5329. Grayscale: #959595. Windows color (decimal): -11424554 or 14068817. OLE color: 14068817.

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

Color convert

RGB81172214-
CMYK0.620.2000.16
HSL198.95º61.86%57.84%-
HSV(B)198.95º62.15%83.92%-
XYZ30.2836.1168.99-
YUV149.58164.3579.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.34%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 214 (83.98% from 255) = 45.82%
R=17.34%
G=36.83%
B=45.82%

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
Decimal811722140.620.2000.16198.9561.8657.84
Hex51ACD63E14010c73e3a
Octal12125432676240203077672
Binary101000110101100110101101111101010001000011000111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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