Html Css Color HEX #52BDD6 Viking

📋 copy color: '#52BDD6'

red 82 ◦ green 189 ◦ blue 214

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

Shades of Viking #52BDD6

Tints of Viking #52BDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.12%

R = 16.91%
G = 38.97%
B = 44.12%

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

#52BDD6 (or 0x52BDD6) is known color: Viking. HEX triplet: 52, BD and D6. RGB value is (82,189,214). Sum of RGB (Red+Green+Blue) = 82+189+214=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #52BDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDD6 is #AD4229. Grayscale: #9F9F9F. Windows color (decimal): -11354666 or 14073170. OLE color: 14073170.

HSL color Cylindrical-coordinate representation of color #52BDD6: hue angle of 191.36º 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 #52BDD6 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 189 214 -
CMYK 0.62 0.12 0 0.16
HSL 191.36º 0.62% 0.58% -
HSV(B) 191.36º 0.62% 0.84% -
XYZ 33.81 43.04 70.14 -
YUV 159.86 158.55 72.47 -
System Red Green Blue C M Y K H S L
Decimal 82 189 214 0.62 0.12 0 0.16 191.36 0.62 0.58
Hex 52 BD D6 3E C 0 10 BF 3E 3A
Octal 122 275 326 76 14 0 20 277 76 72
Binary 1010010 10111101 11010110 111110 1100 0 10000 10111111 111110 111010

Color Harmonies of #52BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BDD6

Black with #52BDD6

Text Example


Text Example

White with #52BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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