#51A8E8

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

Shades of Picton Blue #51A8E8

Tints of Picton Blue #51A8E8

Color information

#51A8E8 (or 0x51A8E8) is unknown color: approx Picton Blue. HEX triplet: 51, A8 and E8. RGB value is (81,168,232). Sum of RGB (Red+Green+Blue) = 81+168+232=481 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.84% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #51A8E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A8E8 is #AE5717. Grayscale: #949494. Windows color (decimal): -11425560 or 15247441. OLE color: 15247441.

HSL color Cylindrical-coordinate representation of color #51A8E8: hue angle of 205.43º degrees, saturation: 0.77, 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 #51A8E8 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB81168232-
CMYK0.650.2800.09
HSL205.43º76.65%61.37%-
HSV(B)205.43º65.09%90.98%-
XYZ31.9635.5881.53-
YUV149.28174.6879.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.84%
GREEN value IS 168 (66.02% from 255) = 34.93%
BLUE value IS 232 (91.02% from 255) = 48.23%
R=16.84%
G=34.93%
B=48.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal811682320.650.2800.09205.4376.6561.37
Hex51A8E8411C09cd4d3d
Octal1212503501013401131511575
Binary1010001101010001110100010000011110001001110011011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,168,232); }

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

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

 a { background-color: rgb(81,168,232); }

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

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

 span { border-color: rgb(81,168,232); }

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