Html Css Color HEX #51A1DD Picton Blue

📋 copy color: '#51A1DD'

red 81 ◦ green 161 ◦ blue 221

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

Shades of Picton Blue #51A1DD

Tints of Picton Blue #51A1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.77%

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

R = 17.49%
G = 34.77%
B = 47.73%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51A1DD (or 0x51A1DD) is known color: Picton Blue. HEX triplet: 51, A1 and DD. RGB value is (81,161,221). Sum of RGB (Red+Green+Blue) = 81+161+221=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #51A1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A1DD is #AE5E22. Grayscale: #8F8F8F. Windows color (decimal): -11427363 or 14524753. OLE color: 14524753.

HSL color Cylindrical-coordinate representation of color #51A1DD: hue angle of 205.71º 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 #51A1DD is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 161 221 -
CMYK 0.63 0.27 0 0.13
HSL 205.71º 0.67% 0.59% -
HSV(B) 205.71º 0.63% 0.87% -
XYZ 29.19 32.46 73.13 -
YUV 143.92 171.5 83.12 -
System Red Green Blue C M Y K H S L
Decimal 81 161 221 0.63 0.27 0 0.13 205.71 0.67 0.59
Hex 51 A1 DD 3F 1B 0 D CE 43 3B
Octal 121 241 335 77 33 0 15 316 103 73
Binary 1010001 10100001 11011101 111111 11011 0 1101 11001110 1000011 111011

Color Harmonies of #51A1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A1DD

Black with #51A1DD

Text Example


Text Example

White with #51A1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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