Html Css Color HEX #52BDD1 Viking

📋 copy color: '#52BDD1'

red 82 ◦ green 189 ◦ blue 209

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

Shades of Viking #52BDD1

Tints of Viking #52BDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.38%

 BLUE value IS 209 (82.03% from 255) = 43.54%

R = 17.08%
G = 39.38%
B = 43.54%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#52BDD1 (or 0x52BDD1) is known color: Viking. HEX triplet: 52, BD and D1. RGB value is (82,189,209). Sum of RGB (Red+Green+Blue) = 82+189+209=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #52BDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDD1 is #AD422E. Grayscale: #9F9F9F. Windows color (decimal): -11354671 or 13745490. OLE color: 13745490.

HSL color Cylindrical-coordinate representation of color #52BDD1: hue angle of 189.45º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52BDD1 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 189 209 -
CMYK 0.61 0.10 0 0.18
HSL 189.45º 0.58% 0.57% -
HSV(B) 189.45º 0.61% 0.82% -
XYZ 33.19 42.79 66.83 -
YUV 159.29 156.05 72.87 -
System Red Green Blue C M Y K H S L
Decimal 82 189 209 0.61 0.10 0 0.18 189.45 0.58 0.57
Hex 52 BD D1 3D A 0 12 BD 3A 39
Octal 122 275 321 75 12 0 22 275 72 71
Binary 1010010 10111101 11010001 111101 1010 0 10010 10111101 111010 111001

Color Harmonies of #52BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BDD1

Black with #52BDD1

Text Example


Text Example

White with #52BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,189,209); }

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

background-color css

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

 a { background-color: rgb(82,189,209); }

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

border-color css

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

 span { border-color: rgb(82,189,209); }

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