Html Css Color HEX #52AAE0 Picton Blue

📋 copy color: '#52AAE0'

red 82 ◦ green 170 ◦ blue 224

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

Shades of Picton Blue #52AAE0

Tints of Picton Blue #52AAE0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.71%

 BLUE value IS 224 (87.89% from 255) = 47.06%

R = 17.23%
G = 35.71%
B = 47.06%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#52AAE0 (or 0x52AAE0) is known color: Picton Blue. HEX triplet: 52, AA and E0. RGB value is (82,170,224). Sum of RGB (Red+Green+Blue) = 82+170+224=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #52AAE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AAE0 is #AD551F. Grayscale: #959595. Windows color (decimal): -11359520 or 14723666. OLE color: 14723666.

HSL color Cylindrical-coordinate representation of color #52AAE0: hue angle of 202.82º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52AAE0 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 170 224 -
CMYK 0.63 0.24 0 0.12
HSL 202.82º 0.7% 0.6% -
HSV(B) 202.82º 0.63% 0.88% -
XYZ 31.31 35.93 75.81 -
YUV 149.84 169.85 79.61 -
System Red Green Blue C M Y K H S L
Decimal 82 170 224 0.63 0.24 0 0.12 202.82 0.7 0.6
Hex 52 AA E0 3F 18 0 C CB 46 3C
Octal 122 252 340 77 30 0 14 313 106 74
Binary 1010010 10101010 11100000 111111 11000 0 1100 11001011 1000110 111100

Color Harmonies of #52AAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AAE0

Black with #52AAE0

Text Example


Text Example

White with #52AAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,170,224); }

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

background-color css

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

 a { background-color: rgb(82,170,224); }

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

border-color css

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

 span { border-color: rgb(82,170,224); }

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