#51A7EA

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

Shades of Picton Blue #51A7EA

Tints of Picton Blue #51A7EA

Color information

#51A7EA (or 0x51A7EA) is unknown color: approx Picton Blue. HEX triplet: 51, A7 and EA. RGB value is (81,167,234). Sum of RGB (Red+Green+Blue) = 81+167+234=482 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.80% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #51A7EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A7EA is #AE5815. Grayscale: #949494. Windows color (decimal): -11425814 or 15378257. OLE color: 15378257.

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

Color convert

RGB81167234-
CMYK0.650.2900.08
HSL206.27º78.46%61.76%-
HSV(B)206.27º65.38%91.76%-
XYZ32.0635.3382.97-
YUV148.92176.0179.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.80%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 234 (91.80% from 255) = 48.55%
R=16.80%
G=34.65%
B=48.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal811672340.650.2900.08206.2778.4661.76
Hex51A7EA411D08ce4e3e
Octal1212473521013501031611676
Binary1010001101001111110101010000011110101000110011101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,167,234); }

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

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

 a { background-color: rgb(81,167,234); }

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

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

 span { border-color: rgb(81,167,234); }

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