#51A6E9

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

Shades of Picton Blue #51A6E9

Tints of Picton Blue #51A6E9

Color information

#51A6E9 (or 0x51A6E9) is unknown color: approx Picton Blue. HEX triplet: 51, A6 and E9. RGB value is (81,166,233). Sum of RGB (Red+Green+Blue) = 81+166+233=480 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.88% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #51A6E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A6E9 is #AE5916. Grayscale: #939393. Windows color (decimal): -11426071 or 15312465. OLE color: 15312465.

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

Color convert

RGB81166233-
CMYK0.650.2900.09
HSL206.45º77.55%61.57%-
HSV(B)206.45º65.24%91.37%-
XYZ31.7434.982.16-
YUV148.22175.8480.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.88%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 233 (91.41% from 255) = 48.54%
R=16.88%
G=34.58%
B=48.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal811662330.650.2900.09206.4577.5561.57
Hex51A6E9411D09ce4e3e
Octal1212463511013501131611676
Binary1010001101001101110100110000011110101001110011101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,166,233); }

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

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

 a { background-color: rgb(81,166,233); }

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

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

 span { border-color: rgb(81,166,233); }

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