Html Css Color HEX #51AADD Picton Blue

📋 copy color: '#51AADD'

red 81 ◦ green 170 ◦ blue 221

#51AADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #51AADD

Tints of Picton Blue #51AADD

RGB

 RED value IS 81 (32.03% from 255) = 17.16%

 GREEN value IS 170 (66.8% from 255) = 36.02%

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 17.16%
G = 36.02%
B = 46.82%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51AADD (or 0x51AADD) is known color: Picton Blue. HEX triplet: 51, AA and DD. RGB value is (81,170,221). Sum of RGB (Red+Green+Blue) = 81+170+221=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #51AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AADD is #AE5522. Grayscale: #949494. Windows color (decimal): -11425059 or 14527057. OLE color: 14527057.

HSL color Cylindrical-coordinate representation of color #51AADD: hue angle of 201.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51AADD is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 170 221 -
CMYK 0.63 0.23 0 0.13
HSL 201.86º 0.67% 0.59% -
HSV(B) 201.86º 0.63% 0.87% -
XYZ 30.82 35.72 73.68 -
YUV 149.2 168.51 79.35 -
System Red Green Blue C M Y K H S L
Decimal 81 170 221 0.63 0.23 0 0.13 201.86 0.67 0.59
Hex 51 AA DD 3F 17 0 D CA 43 3B
Octal 121 252 335 77 27 0 15 312 103 73
Binary 1010001 10101010 11011101 111111 10111 0 1101 11001010 1000011 111011

Color Harmonies of #51AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AADD

Black with #51AADD

Text Example


Text Example

White with #51AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,170,221); }

 H1.HeaderClassName
 {
   color: #51AADD;
 }
 .AnyTagClassName
 {
   color: #51AADD;
 }
</style>

background-color css

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

 a { background-color: rgb(81,170,221); }

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

border-color css

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

 span { border-color: rgb(81,170,221); }

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