Html Css Color HEX #52AEDA Picton Blue

📋 copy color: '#52AEDA'

red 82 ◦ green 174 ◦ blue 218

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

Shades of Picton Blue #52AEDA

Tints of Picton Blue #52AEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.71%

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

R = 17.3%
G = 36.71%
B = 45.99%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#52AEDA (or 0x52AEDA) is known color: Picton Blue. HEX triplet: 52, AE and DA. RGB value is (82,174,218). Sum of RGB (Red+Green+Blue) = 82+174+218=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #52AEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AEDA is #AD5125. Grayscale: #979797. Windows color (decimal): -11358502 or 14331474. OLE color: 14331474.

HSL color Cylindrical-coordinate representation of color #52AEDA: hue angle of 199.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52AEDA is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 174 218 -
CMYK 0.62 0.20 0 0.15
HSL 199.41º 0.65% 0.59% -
HSV(B) 199.41º 0.62% 0.85% -
XYZ 31.27 37.13 71.85 -
YUV 151.51 165.52 78.42 -
System Red Green Blue C M Y K H S L
Decimal 82 174 218 0.62 0.20 0 0.15 199.41 0.65 0.59
Hex 52 AE DA 3E 14 0 F C7 41 3B
Octal 122 256 332 76 24 0 17 307 101 73
Binary 1010010 10101110 11011010 111110 10100 0 1111 11000111 1000001 111011

Color Harmonies of #52AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AEDA

Black with #52AEDA

Text Example


Text Example

White with #52AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,174,218); }

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

background-color css

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

 a { background-color: rgb(82,174,218); }

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

border-color css

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

 span { border-color: rgb(82,174,218); }

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