Html Css Color HEX #51ABDA Picton Blue

📋 copy color: '#51ABDA'

red 81 ◦ green 171 ◦ blue 218

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

Shades of Picton Blue #51ABDA

Tints of Picton Blue #51ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 17.23%
G = 36.38%
B = 46.38%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#51ABDA (or 0x51ABDA) is known color: Picton Blue. HEX triplet: 51, AB and DA. RGB value is (81,171,218). Sum of RGB (Red+Green+Blue) = 81+171+218=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #51ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABDA is #AE5425. Grayscale: #959595. Windows color (decimal): -11424806 or 14330705. OLE color: 14330705.

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

Color convert

RGB 81 171 218 -
CMYK 0.63 0.22 0 0.15
HSL 200.58º 0.65% 0.59% -
HSV(B) 200.58º 0.63% 0.85% -
XYZ 30.61 35.94 71.65 -
YUV 149.45 166.68 79.18 -
System Red Green Blue C M Y K H S L
Decimal 81 171 218 0.63 0.22 0 0.15 200.58 0.65 0.59
Hex 51 AB DA 3F 16 0 F C9 41 3B
Octal 121 253 332 77 26 0 17 311 101 73
Binary 1010001 10101011 11011010 111111 10110 0 1111 11001001 1000001 111011

Color Harmonies of #51ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ABDA

Black with #51ABDA

Text Example


Text Example

White with #51ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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