Html Css Color HEX #52AFDA Picton Blue

📋 copy color: '#52AFDA'

red 82 ◦ green 175 ◦ blue 218

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

Shades of Picton Blue #52AFDA

Tints of Picton Blue #52AFDA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.84%

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

R = 17.26%
G = 36.84%
B = 45.89%

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

#52AFDA (or 0x52AFDA) is known color: Picton Blue. HEX triplet: 52, AF and DA. RGB value is (82,175,218). Sum of RGB (Red+Green+Blue) = 82+175+218=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #52AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFDA is #AD5025. Grayscale: #979797. Windows color (decimal): -11358246 or 14331730. OLE color: 14331730.

HSL color Cylindrical-coordinate representation of color #52AFDA: hue angle of 198.97º 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 #52AFDA is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 175 218 -
CMYK 0.62 0.20 0 0.15
HSL 198.97º 0.65% 0.59% -
HSV(B) 198.97º 0.62% 0.85% -
XYZ 31.46 37.52 71.91 -
YUV 152.1 165.19 78 -
System Red Green Blue C M Y K H S L
Decimal 82 175 218 0.62 0.20 0 0.15 198.97 0.65 0.59
Hex 52 AF DA 3E 14 0 F C7 41 3B
Octal 122 257 332 76 24 0 17 307 101 73
Binary 1010010 10101111 11011010 111110 10100 0 1111 11000111 1000001 111011

Color Harmonies of #52AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AFDA

Black with #52AFDA

Text Example


Text Example

White with #52AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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