#51A2CA

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

Shades of Picton Blue #51A2CA

Tints of Picton Blue #51A2CA

Color information

#51A2CA (or 0x51A2CA) is unknown color: approx Picton Blue. HEX triplet: 51, A2 and CA. RGB value is (81,162,202). Sum of RGB (Red+Green+Blue) = 81+162+202=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #51A2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A2CA is #AE5D35. Grayscale: #8E8E8E. Windows color (decimal): -11427126 or 13279825. OLE color: 13279825.

HSL color Cylindrical-coordinate representation of color #51A2CA: hue angle of 199.83º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51A2CA is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81162202-
CMYK0.600.2000.21
HSL199.83º53.3%55.49%-
HSV(B)199.83º59.9%79.22%-
XYZ26.9731.8560.6-
YUV142.34161.6684.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.20%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=18.20%
G=36.40%
B=45.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811622020.600.2000.21199.8353.355.49
Hex51A2CA3C14015c83537
Octal12124231274240253106567
Binary101000110100010110010101111001010001010111001000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,162,202); }

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

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

 a { background-color: rgb(81,162,202); }

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

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

 span { border-color: rgb(81,162,202); }

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