Html Css Color HEX #52ACD6 Picton Blue

📋 copy color: '#52ACD6'

red 82 ◦ green 172 ◦ blue 214

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

Shades of Picton Blue #52ACD6

Tints of Picton Blue #52ACD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 17.52%
G = 36.75%
B = 45.73%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#52ACD6 (or 0x52ACD6) is known color: Picton Blue. HEX triplet: 52, AC and D6. RGB value is (82,172,214). Sum of RGB (Red+Green+Blue) = 82+172+214=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #52ACD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACD6 is #AD5329. Grayscale: #959595. Windows color (decimal): -11359018 or 14068818. OLE color: 14068818.

HSL color Cylindrical-coordinate representation of color #52ACD6: hue angle of 199.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52ACD6 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 172 214 -
CMYK 0.62 0.20 0 0.16
HSL 199.09º 0.62% 0.58% -
HSV(B) 199.09º 0.62% 0.84% -
XYZ 30.37 36.15 69 -
YUV 149.88 164.18 79.58 -
System Red Green Blue C M Y K H S L
Decimal 82 172 214 0.62 0.20 0 0.16 199.09 0.62 0.58
Hex 52 AC D6 3E 14 0 10 C7 3E 3A
Octal 122 254 326 76 24 0 20 307 76 72
Binary 1010010 10101100 11010110 111110 10100 0 10000 11000111 111110 111010

Color Harmonies of #52ACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ACD6

Black with #52ACD6

Text Example


Text Example

White with #52ACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,172,214); }

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

background-color css

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

 a { background-color: rgb(82,172,214); }

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

border-color css

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

 span { border-color: rgb(82,172,214); }

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