Html Css Color HEX #52B9CF Viking

📋 copy color: '#52B9CF'

red 82 ◦ green 185 ◦ blue 207

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

Shades of Viking #52B9CF

Tints of Viking #52B9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.03%

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

R = 17.3%
G = 39.03%
B = 43.67%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52B9CF (or 0x52B9CF) is known color: Viking. HEX triplet: 52, B9 and CF. RGB value is (82,185,207). Sum of RGB (Red+Green+Blue) = 82+185+207=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #52B9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B9CF is #AD4630. Grayscale: #9C9C9C. Windows color (decimal): -11355697 or 13613394. OLE color: 13613394.

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

Color convert

RGB 82 185 207 -
CMYK 0.60 0.11 0 0.19
HSL 190.56º 0.57% 0.57% -
HSV(B) 190.56º 0.6% 0.81% -
XYZ 32.09 41 65.25 -
YUV 156.71 156.38 74.71 -
System Red Green Blue C M Y K H S L
Decimal 82 185 207 0.60 0.11 0 0.19 190.56 0.57 0.57
Hex 52 B9 CF 3C B 0 13 BF 39 39
Octal 122 271 317 74 13 0 23 277 71 71
Binary 1010010 10111001 11001111 111100 1011 0 10011 10111111 111001 111001

Color Harmonies of #52B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B9CF

Black with #52B9CF

Text Example


Text Example

White with #52B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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