Html Css Color HEX #53BECE Viking

📋 copy color: '#53BECE'

red 83 ◦ green 190 ◦ blue 206

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

Shades of Viking #53BECE

Tints of Viking #53BECE

RGB

 RED value IS 83 (32.81% from 255) = 17.33%

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 17.33%
G = 39.67%
B = 43.01%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53BECE (or 0x53BECE) is known color: Viking. HEX triplet: 53, BE and CE. RGB value is (83,190,206). Sum of RGB (Red+Green+Blue) = 83+190+206=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #53BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BECE is #AC4131. Grayscale: #9F9F9F. Windows color (decimal): -11288882 or 13549139. OLE color: 13549139.

HSL color Cylindrical-coordinate representation of color #53BECE: hue angle of 187.8º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53BECE is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 190 206 -
CMYK 0.60 0.08 0 0.19
HSL 187.8º 0.56% 0.57% -
HSV(B) 187.8º 0.6% 0.81% -
XYZ 33.12 43.12 64.97 -
YUV 159.83 154.05 73.2 -
System Red Green Blue C M Y K H S L
Decimal 83 190 206 0.60 0.08 0 0.19 187.8 0.56 0.57
Hex 53 BE CE 3C 8 0 13 BC 38 39
Octal 123 276 316 74 10 0 23 274 70 71
Binary 1010011 10111110 11001110 111100 1000 0 10011 10111100 111000 111001

Color Harmonies of #53BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BECE

Black with #53BECE

Text Example


Text Example

White with #53BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BECE; }

 p { color: rgb(83,190,206); }

 H1.HeaderClassName
 {
   color: #53BECE;
 }
 .AnyTagClassName
 {
   color: #53BECE;
 }
</style>

background-color css

<style>
 a { background-color: #53BECE; }

 a { background-color: rgb(83,190,206); }

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

border-color css

<style>
 span { border-color: #53BECE; }

 span { border-color: rgb(83,190,206); }

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