Html Css Color HEX #52BFD1 Viking

📋 copy color: '#52BFD1'

red 82 ◦ green 191 ◦ blue 209

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

Shades of Viking #52BFD1

Tints of Viking #52BFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

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

R = 17.01%
G = 39.63%
B = 43.36%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#52BFD1 (or 0x52BFD1) is known color: Viking. HEX triplet: 52, BF and D1. RGB value is (82,191,209). Sum of RGB (Red+Green+Blue) = 82+191+209=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #52BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFD1 is #AD402E. Grayscale: #A0A0A0. Windows color (decimal): -11354159 or 13746002. OLE color: 13746002.

HSL color Cylindrical-coordinate representation of color #52BFD1: hue angle of 188.5º 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 #52BFD1 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 191 209 -
CMYK 0.61 0.09 0 0.18
HSL 188.5º 0.58% 0.57% -
HSV(B) 188.5º 0.61% 0.82% -
XYZ 33.62 43.66 66.98 -
YUV 160.46 155.39 72.04 -
System Red Green Blue C M Y K H S L
Decimal 82 191 209 0.61 0.09 0 0.18 188.5 0.58 0.57
Hex 52 BF D1 3D 9 0 12 BD 3A 39
Octal 122 277 321 75 11 0 22 275 72 71
Binary 1010010 10111111 11010001 111101 1001 0 10010 10111101 111010 111001

Color Harmonies of #52BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BFD1

Black with #52BFD1

Text Example


Text Example

White with #52BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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