Html Css Color HEX #52A8CF Picton Blue

📋 copy color: '#52A8CF'

red 82 ◦ green 168 ◦ blue 207

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

Shades of Picton Blue #52A8CF

Tints of Picton Blue #52A8CF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.76%

 BLUE value IS 207 (81.25% from 255) = 45.3%

R = 17.94%
G = 36.76%
B = 45.3%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52A8CF (or 0x52A8CF) is known color: Picton Blue. HEX triplet: 52, A8 and CF. RGB value is (82,168,207). Sum of RGB (Red+Green+Blue) = 82+168+207=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #52A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8CF is #AD5730. Grayscale: #929292. Windows color (decimal): -11360049 or 13609042. OLE color: 13609042.

HSL color Cylindrical-coordinate representation of color #52A8CF: hue angle of 198.72º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52A8CF is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 168 207 -
CMYK 0.60 0.19 0 0.19
HSL 198.72º 0.57% 0.57% -
HSV(B) 198.72º 0.6% 0.81% -
XYZ 28.74 34.3 64.14 -
YUV 146.73 162.01 81.83 -
System Red Green Blue C M Y K H S L
Decimal 82 168 207 0.60 0.19 0 0.19 198.72 0.57 0.57
Hex 52 A8 CF 3C 13 0 13 C7 39 39
Octal 122 250 317 74 23 0 23 307 71 71
Binary 1010010 10101000 11001111 111100 10011 0 10011 11000111 111001 111001

Color Harmonies of #52A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A8CF

Black with #52A8CF

Text Example


Text Example

White with #52A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,168,207); }

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

background-color css

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

 a { background-color: rgb(82,168,207); }

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

border-color css

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

 span { border-color: rgb(82,168,207); }

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