Html Css Color HEX #53ADCF Viking

📋 copy color: '#53ADCF'

red 83 ◦ green 173 ◦ blue 207

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

Shades of Viking #53ADCF

Tints of Viking #53ADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.37%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 17.93%
G = 37.37%
B = 44.71%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53ADCF (or 0x53ADCF) is known color: Viking. HEX triplet: 53, AD and CF. RGB value is (83,173,207). Sum of RGB (Red+Green+Blue) = 83+173+207=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #53ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADCF is #AC5230. Grayscale: #959595. Windows color (decimal): -11293233 or 13610323. OLE color: 13610323.

HSL color Cylindrical-coordinate representation of color #53ADCF: hue angle of 196.45º 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 #53ADCF is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 173 207 -
CMYK 0.60 0.16 0 0.19
HSL 196.45º 0.56% 0.57% -
HSV(B) 196.45º 0.6% 0.81% -
XYZ 29.77 36.23 64.46 -
YUV 149.97 160.18 80.24 -
System Red Green Blue C M Y K H S L
Decimal 83 173 207 0.60 0.16 0 0.19 196.45 0.56 0.57
Hex 53 AD CF 3C 10 0 13 C4 38 39
Octal 123 255 317 74 20 0 23 304 70 71
Binary 1010011 10101101 11001111 111100 10000 0 10011 11000100 111000 111001

Color Harmonies of #53ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADCF

Black with #53ADCF

Text Example


Text Example

White with #53ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,173,207); }

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

background-color css

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

 a { background-color: rgb(83,173,207); }

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

border-color css

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

 span { border-color: rgb(83,173,207); }

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