#51a1e6

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

Shades of Picton Blue #51A1E6

Tints of Picton Blue #51A1E6

Color information

#51A1E6 (or 0x51A1E6) is unknown color: approx Picton Blue. HEX triplet: 51, A1 and E6. RGB value is (81,161,230). Sum of RGB (Red+Green+Blue) = 81+161+230=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #51A1E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A1E6 is #AE5E19. Grayscale: #909090. Windows color (decimal): -11427354 or 15114577. OLE color: 15114577.

HSL color Cylindrical-coordinate representation of color #51A1E6: hue angle of 207.79º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51A1E6 is Cyan = 0.65, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB81161230-
CMYK0.650.300.10
HSL207.79º74.87%60.98%-
HSV(B)207.79º64.78%90.2%-
XYZ30.4232.9579.62-
YUV144.9517682.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.16%
GREEN value IS 161 (63.28% from 255) = 34.11%
BLUE value IS 230 (90.23% from 255) = 48.73%
R=17.16%
G=34.11%
B=48.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal811612300.650.300.10207.7974.8760.98
Hex51A1E6411E0Ad04b3d
Octal1212413461013601232011375
Binary1010001101000011110011010000011111001010110100001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51a1e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,161,230); }

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

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

 a { background-color: rgb(81,161,230); }

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

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

 span { border-color: rgb(81,161,230); }

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