Html Css Color HEX #52BECA Viking

📋 copy color: '#52BECA'

red 82 ◦ green 190 ◦ blue 202

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

Shades of Viking #52BECA

Tints of Viking #52BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 17.3%
G = 40.08%
B = 42.62%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#52BECA (or 0x52BECA) is known color: Viking. HEX triplet: 52, BE and CA. RGB value is (82,190,202). Sum of RGB (Red+Green+Blue) = 82+190+202=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #52BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BECA is #AD4135. Grayscale: #9E9E9E. Windows color (decimal): -11354422 or 13286994. OLE color: 13286994.

HSL color Cylindrical-coordinate representation of color #52BECA: hue angle of 186º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52BECA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 190 202 -
CMYK 0.59 0.06 0 0.21
HSL 186º 0.53% 0.56% -
HSV(B) 186º 0.59% 0.79% -
XYZ 32.55 42.89 62.44 -
YUV 159.08 152.22 73.02 -
System Red Green Blue C M Y K H S L
Decimal 82 190 202 0.59 0.06 0 0.21 186 0.53 0.56
Hex 52 BE CA 3B 6 0 15 BA 35 38
Octal 122 276 312 73 6 0 25 272 65 70
Binary 1010010 10111110 11001010 111011 110 0 10101 10111010 110101 111000

Color Harmonies of #52BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BECA

Black with #52BECA

Text Example


Text Example

White with #52BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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