Html Css Color HEX #52BADB Viking

📋 copy color: '#52BADB'

red 82 ◦ green 186 ◦ blue 219

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

Shades of Viking #52BADB

Tints of Viking #52BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.19%

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 16.84%
G = 38.19%
B = 44.97%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#52BADB (or 0x52BADB) is known color: Viking. HEX triplet: 52, BA and DB. RGB value is (82,186,219). Sum of RGB (Red+Green+Blue) = 82+186+219=487 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.84% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #52BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BADB is #AD4524. Grayscale: #9E9E9E. Windows color (decimal): -11355429 or 14400082. OLE color: 14400082.

HSL color Cylindrical-coordinate representation of color #52BADB: hue angle of 194.45º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52BADB is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 186 219 -
CMYK 0.63 0.15 0 0.14
HSL 194.45º 0.66% 0.59% -
HSV(B) 194.45º 0.63% 0.86% -
XYZ 33.82 42.03 73.35 -
YUV 158.67 162.04 73.32 -
System Red Green Blue C M Y K H S L
Decimal 82 186 219 0.63 0.15 0 0.14 194.45 0.66 0.59
Hex 52 BA DB 3F F 0 E C2 42 3B
Octal 122 272 333 77 17 0 16 302 102 73
Binary 1010010 10111010 11011011 111111 1111 0 1110 11000010 1000010 111011

Color Harmonies of #52BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BADB

Black with #52BADB

Text Example


Text Example

White with #52BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,186,219); }

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

background-color css

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

 a { background-color: rgb(82,186,219); }

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

border-color css

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

 span { border-color: rgb(82,186,219); }

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