Html Css Color HEX #52BBCD Viking

📋 copy color: '#52BBCD'

red 82 ◦ green 187 ◦ blue 205

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

Shades of Viking #52BBCD

Tints of Viking #52BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.45%

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 17.3%
G = 39.45%
B = 43.25%

CMYK

 C value IS 0.6

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52BBCD (or 0x52BBCD) is known color: Viking. HEX triplet: 52, BB and CD. RGB value is (82,187,205). Sum of RGB (Red+Green+Blue) = 82+187+205=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #52BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBCD is #AD4432. Grayscale: #9D9D9D. Windows color (decimal): -11355187 or 13482834. OLE color: 13482834.

HSL color Cylindrical-coordinate representation of color #52BBCD: hue angle of 188.78º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52BBCD is Cyan = 0.6, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 187 205 -
CMYK 0.6 0.09 0 0.20
HSL 188.78º 0.55% 0.56% -
HSV(B) 188.78º 0.6% 0.8% -
XYZ 32.27 41.74 64.11 -
YUV 157.66 154.71 74.04 -
System Red Green Blue C M Y K H S L
Decimal 82 187 205 0.6 0.09 0 0.20 188.78 0.55 0.56
Hex 52 BB CD 3C 9 0 14 BD 37 38
Octal 122 273 315 74 11 0 24 275 67 70
Binary 1010010 10111011 11001101 111100 1001 0 10100 10111101 110111 111000

Color Harmonies of #52BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBCD

Black with #52BBCD

Text Example


Text Example

White with #52BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,187,205); }

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

background-color css

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

 a { background-color: rgb(82,187,205); }

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

border-color css

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

 span { border-color: rgb(82,187,205); }

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