Html Css Color HEX #52BECB Viking

📋 copy color: '#52BECB'

red 82 ◦ green 190 ◦ blue 203

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

Shades of Viking #52BECB

Tints of Viking #52BECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40%

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

R = 17.26%
G = 40%
B = 42.74%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52BECB (or 0x52BECB) is known color: Viking. HEX triplet: 52, BE and CB. RGB value is (82,190,203). Sum of RGB (Red+Green+Blue) = 82+190+203=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #52BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BECB is #AD4134. Grayscale: #9F9F9F. Windows color (decimal): -11354421 or 13352530. OLE color: 13352530.

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

Color convert

RGB 82 190 203 -
CMYK 0.60 0.06 0 0.20
HSL 186.45º 0.54% 0.56% -
HSV(B) 186.45º 0.6% 0.8% -
XYZ 32.67 42.93 63.06 -
YUV 159.19 152.72 72.94 -
System Red Green Blue C M Y K H S L
Decimal 82 190 203 0.60 0.06 0 0.20 186.45 0.54 0.56
Hex 52 BE CB 3C 6 0 14 BA 36 38
Octal 122 276 313 74 6 0 24 272 66 70
Binary 1010010 10111110 11001011 111100 110 0 10100 10111010 110110 111000

Color Harmonies of #52BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BECB

Black with #52BECB

Text Example


Text Example

White with #52BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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