Html Css Color HEX #52A1CF Picton Blue

📋 copy color: '#52A1CF'

red 82 ◦ green 161 ◦ blue 207

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

Shades of Picton Blue #52A1CF

Tints of Picton Blue #52A1CF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.78%

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

R = 18.22%
G = 35.78%
B = 46%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52A1CF (or 0x52A1CF) is known color: Picton Blue. HEX triplet: 52, A1 and CF. RGB value is (82,161,207). Sum of RGB (Red+Green+Blue) = 82+161+207=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #52A1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A1CF is #AD5E30. Grayscale: #8E8E8E. Windows color (decimal): -11361841 or 13607250. OLE color: 13607250.

HSL color Cylindrical-coordinate representation of color #52A1CF: hue angle of 202.08º 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 #52A1CF is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 161 207 -
CMYK 0.60 0.22 0 0.19
HSL 202.08º 0.57% 0.57% -
HSV(B) 202.08º 0.6% 0.81% -
XYZ 27.49 31.79 63.72 -
YUV 142.62 164.33 84.76 -
System Red Green Blue C M Y K H S L
Decimal 82 161 207 0.60 0.22 0 0.19 202.08 0.57 0.57
Hex 52 A1 CF 3C 16 0 13 CA 39 39
Octal 122 241 317 74 26 0 23 312 71 71
Binary 1010010 10100001 11001111 111100 10110 0 10011 11001010 111001 111001

Color Harmonies of #52A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A1CF

Black with #52A1CF

Text Example


Text Example

White with #52A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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