Html Css Color HEX #52ADDC Picton Blue

📋 copy color: '#52ADDC'

red 82 ◦ green 173 ◦ blue 220

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

Shades of Picton Blue #52ADDC

Tints of Picton Blue #52ADDC

RGB

 RED value IS 82 (32.42% from 255) = 17.26%

 GREEN value IS 173 (67.97% from 255) = 36.42%

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

R = 17.26%
G = 36.42%
B = 46.32%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#52ADDC (or 0x52ADDC) is known color: Picton Blue. HEX triplet: 52, AD and DC. RGB value is (82,173,220). Sum of RGB (Red+Green+Blue) = 82+173+220=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #52ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADDC is #AD5223. Grayscale: #969696. Windows color (decimal): -11358756 or 14462290. OLE color: 14462290.

HSL color Cylindrical-coordinate representation of color #52ADDC: hue angle of 200.43º degrees, saturation: 0.66, 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 #52ADDC is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 173 220 -
CMYK 0.63 0.21 0 0.14
HSL 200.43º 0.66% 0.59% -
HSV(B) 200.43º 0.63% 0.86% -
XYZ 31.34 36.85 73.17 -
YUV 151.15 166.85 78.68 -
System Red Green Blue C M Y K H S L
Decimal 82 173 220 0.63 0.21 0 0.14 200.43 0.66 0.59
Hex 52 AD DC 3F 15 0 E C8 42 3B
Octal 122 255 334 77 25 0 16 310 102 73
Binary 1010010 10101101 11011100 111111 10101 0 1110 11001000 1000010 111011

Color Harmonies of #52ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ADDC

Black with #52ADDC

Text Example


Text Example

White with #52ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52ADDC; }

 p { color: rgb(82,173,220); }

 H1.HeaderClassName
 {
   color: #52ADDC;
 }
 .AnyTagClassName
 {
   color: #52ADDC;
 }
</style>

background-color css

<style>
 a { background-color: #52ADDC; }

 a { background-color: rgb(82,173,220); }

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

border-color css

<style>
 span { border-color: #52ADDC; }

 span { border-color: rgb(82,173,220); }

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