Html Css Color HEX #51A6DD Picton Blue

📋 copy color: '#51A6DD'

red 81 ◦ green 166 ◦ blue 221

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

Shades of Picton Blue #51A6DD

Tints of Picton Blue #51A6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.47%

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

R = 17.31%
G = 35.47%
B = 47.22%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51A6DD (or 0x51A6DD) is known color: Picton Blue. HEX triplet: 51, A6 and DD. RGB value is (81,166,221). Sum of RGB (Red+Green+Blue) = 81+166+221=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #51A6DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A6DD is #AE5922. Grayscale: #929292. Windows color (decimal): -11426083 or 14526033. OLE color: 14526033.

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

Color convert

RGB 81 166 221 -
CMYK 0.63 0.25 0 0.13
HSL 203.57º 0.67% 0.59% -
HSV(B) 203.57º 0.63% 0.87% -
XYZ 30.08 34.24 73.43 -
YUV 146.86 169.84 81.03 -
System Red Green Blue C M Y K H S L
Decimal 81 166 221 0.63 0.25 0 0.13 203.57 0.67 0.59
Hex 51 A6 DD 3F 19 0 D CC 43 3B
Octal 121 246 335 77 31 0 15 314 103 73
Binary 1010001 10100110 11011101 111111 11001 0 1101 11001100 1000011 111011

Color Harmonies of #51A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A6DD

Black with #51A6DD

Text Example


Text Example

White with #51A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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