Html Css Color HEX #51ACDA Picton Blue

📋 copy color: '#51ACDA'

red 81 ◦ green 172 ◦ blue 218

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

Shades of Picton Blue #51ACDA

Tints of Picton Blue #51ACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.52%

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

R = 17.2%
G = 36.52%
B = 46.28%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#51ACDA (or 0x51ACDA) is known color: Picton Blue. HEX triplet: 51, AC and DA. RGB value is (81,172,218). Sum of RGB (Red+Green+Blue) = 81+172+218=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #51ACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ACDA is #AE5325. Grayscale: #959595. Windows color (decimal): -11424550 or 14330961. OLE color: 14330961.

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

Color convert

RGB 81 172 218 -
CMYK 0.63 0.21 0 0.15
HSL 200.15º 0.65% 0.59% -
HSV(B) 200.15º 0.63% 0.85% -
XYZ 30.8 36.32 71.72 -
YUV 150.04 166.35 78.76 -
System Red Green Blue C M Y K H S L
Decimal 81 172 218 0.63 0.21 0 0.15 200.15 0.65 0.59
Hex 51 AC DA 3F 15 0 F C8 41 3B
Octal 121 254 332 77 25 0 17 310 101 73
Binary 1010001 10101100 11011010 111111 10101 0 1111 11001000 1000001 111011

Color Harmonies of #51ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ACDA

Black with #51ACDA

Text Example


Text Example

White with #51ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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