Html Css Color HEX #52ADDE Picton Blue

📋 copy color: '#52ADDE'

red 82 ◦ green 173 ◦ blue 222

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

Shades of Picton Blue #52ADDE

Tints of Picton Blue #52ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 17.19%
G = 36.27%
B = 46.54%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52ADDE (or 0x52ADDE) is known color: Picton Blue. HEX triplet: 52, AD and DE. RGB value is (82,173,222). Sum of RGB (Red+Green+Blue) = 82+173+222=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #52ADDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADDE is #AD5221. Grayscale: #979797. Windows color (decimal): -11358754 or 14593362. OLE color: 14593362.

HSL color Cylindrical-coordinate representation of color #52ADDE: hue angle of 201º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52ADDE is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 173 222 -
CMYK 0.63 0.22 0 0.13
HSL 201º 0.68% 0.6% -
HSV(B) 201º 0.63% 0.87% -
XYZ 31.61 36.95 74.57 -
YUV 151.38 167.85 78.52 -
System Red Green Blue C M Y K H S L
Decimal 82 173 222 0.63 0.22 0 0.13 201 0.68 0.6
Hex 52 AD DE 3F 16 0 D C9 44 3C
Octal 122 255 336 77 26 0 15 311 104 74
Binary 1010010 10101101 11011110 111111 10110 0 1101 11001001 1000100 111100

Color Harmonies of #52ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ADDE

Black with #52ADDE

Text Example


Text Example

White with #52ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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