Html Css Color HEX #52BDD7 Viking

📋 copy color: '#52BDD7'

red 82 ◦ green 189 ◦ blue 215

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

Shades of Viking #52BDD7

Tints of Viking #52BDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 16.87%
G = 38.89%
B = 44.24%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#52BDD7 (or 0x52BDD7) is known color: Viking. HEX triplet: 52, BD and D7. RGB value is (82,189,215). Sum of RGB (Red+Green+Blue) = 82+189+215=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #52BDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDD7 is #AD4228. Grayscale: #9F9F9F. Windows color (decimal): -11354665 or 14138706. OLE color: 14138706.

HSL color Cylindrical-coordinate representation of color #52BDD7: hue angle of 191.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52BDD7 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 189 215 -
CMYK 0.62 0.12 0 0.16
HSL 191.73º 0.62% 0.58% -
HSV(B) 191.73º 0.62% 0.84% -
XYZ 33.94 43.1 70.82 -
YUV 159.97 159.05 72.39 -
System Red Green Blue C M Y K H S L
Decimal 82 189 215 0.62 0.12 0 0.16 191.73 0.62 0.58
Hex 52 BD D7 3E C 0 10 C0 3E 3A
Octal 122 275 327 76 14 0 20 300 76 72
Binary 1010010 10111101 11010111 111110 1100 0 10000 11000000 111110 111010

Color Harmonies of #52BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BDD7

Black with #52BDD7

Text Example


Text Example

White with #52BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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