#51A2E7

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

Shades of Picton Blue #51A2E7

Tints of Picton Blue #51A2E7

Color information

#51A2E7 (or 0x51A2E7) is unknown color: approx Picton Blue. HEX triplet: 51, A2 and E7. RGB value is (81,162,231). Sum of RGB (Red+Green+Blue) = 81+162+231=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #51A2E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A2E7 is #AE5D18. Grayscale: #919191. Windows color (decimal): -11427097 or 15180369. OLE color: 15180369.

HSL color Cylindrical-coordinate representation of color #51A2E7: hue angle of 207.6º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51A2E7 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB81162231-
CMYK0.650.3000.09
HSL207.6º75.76%61.18%-
HSV(B)207.6º64.94%90.59%-
XYZ30.7433.3680.42-
YUV145.65176.1681.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.09%
GREEN value IS 162 (63.67% from 255) = 34.18%
BLUE value IS 231 (90.62% from 255) = 48.73%
R=17.09%
G=34.18%
B=48.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal811622310.650.3000.09207.675.7661.18
Hex51A2E7411E09d04c3d
Octal1212423471013601132011475
Binary1010001101000101110011110000011111001001110100001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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