Html Css Color HEX #51A7DD Picton Blue

📋 copy color: '#51A7DD'

red 81 ◦ green 167 ◦ blue 221

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

Shades of Picton Blue #51A7DD

Tints of Picton Blue #51A7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.61%

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

R = 17.27%
G = 35.61%
B = 47.12%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51A7DD (or 0x51A7DD) is known color: Picton Blue. HEX triplet: 51, A7 and DD. RGB value is (81,167,221). Sum of RGB (Red+Green+Blue) = 81+167+221=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #51A7DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A7DD is #AE5822. Grayscale: #939393. Windows color (decimal): -11425827 or 14526289. OLE color: 14526289.

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

Color convert

RGB 81 167 221 -
CMYK 0.63 0.24 0 0.13
HSL 203.14º 0.67% 0.59% -
HSV(B) 203.14º 0.63% 0.87% -
XYZ 30.26 34.61 73.49 -
YUV 147.44 169.51 80.61 -
System Red Green Blue C M Y K H S L
Decimal 81 167 221 0.63 0.24 0 0.13 203.14 0.67 0.59
Hex 51 A7 DD 3F 18 0 D CB 43 3B
Octal 121 247 335 77 30 0 15 313 103 73
Binary 1010001 10100111 11011101 111111 11000 0 1101 11001011 1000011 111011

Color Harmonies of #51A7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A7DD

Black with #51A7DD

Text Example


Text Example

White with #51A7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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