Html Css Color HEX #51ABDC Picton Blue

📋 copy color: '#51ABDC'

red 81 ◦ green 171 ◦ blue 220

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

Shades of Picton Blue #51ABDC

Tints of Picton Blue #51ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.23%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 17.16%
G = 36.23%
B = 46.61%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#51ABDC (or 0x51ABDC) is known color: Picton Blue. HEX triplet: 51, AB and DC. RGB value is (81,171,220). Sum of RGB (Red+Green+Blue) = 81+171+220=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #51ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABDC is #AE5423. Grayscale: #959595. Windows color (decimal): -11424804 or 14461777. OLE color: 14461777.

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

Color convert

RGB 81 171 220 -
CMYK 0.63 0.22 0 0.14
HSL 201.15º 0.67% 0.59% -
HSV(B) 201.15º 0.63% 0.86% -
XYZ 30.87 36.04 73.04 -
YUV 149.68 167.68 79.02 -
System Red Green Blue C M Y K H S L
Decimal 81 171 220 0.63 0.22 0 0.14 201.15 0.67 0.59
Hex 51 AB DC 3F 16 0 E C9 43 3B
Octal 121 253 334 77 26 0 16 311 103 73
Binary 1010001 10101011 11011100 111111 10110 0 1110 11001001 1000011 111011

Color Harmonies of #51ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ABDC

Black with #51ABDC

Text Example


Text Example

White with #51ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,171,220); }

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

background-color css

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

 a { background-color: rgb(81,171,220); }

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

border-color css

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

 span { border-color: rgb(81,171,220); }

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