Html Css Color HEX #52BBCB Viking

📋 copy color: '#52BBCB'

red 82 ◦ green 187 ◦ blue 203

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

Shades of Viking #52BBCB

Tints of Viking #52BBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 17.37%
G = 39.62%
B = 43.01%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52BBCB (or 0x52BBCB) is known color: Viking. HEX triplet: 52, BB and CB. RGB value is (82,187,203). Sum of RGB (Red+Green+Blue) = 82+187+203=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #52BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBCB is #AD4434. Grayscale: #9D9D9D. Windows color (decimal): -11355189 or 13351762. OLE color: 13351762.

HSL color Cylindrical-coordinate representation of color #52BBCB: hue angle of 187.93º degrees, saturation: 0.54, 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 #52BBCB is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 187 203 -
CMYK 0.60 0.08 0 0.20
HSL 187.93º 0.54% 0.56% -
HSV(B) 187.93º 0.6% 0.8% -
XYZ 32.03 41.65 62.85 -
YUV 157.43 153.71 74.2 -
System Red Green Blue C M Y K H S L
Decimal 82 187 203 0.60 0.08 0 0.20 187.93 0.54 0.56
Hex 52 BB CB 3C 8 0 14 BC 36 38
Octal 122 273 313 74 10 0 24 274 66 70
Binary 1010010 10111011 11001011 111100 1000 0 10100 10111100 110110 111000

Color Harmonies of #52BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBCB

Black with #52BBCB

Text Example


Text Example

White with #52BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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