Html Css Color HEX #47ADCD Viking

📋 copy color: '#47ADCD'

red 71 ◦ green 173 ◦ blue 205

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

Shades of Viking #47ADCD

Tints of Viking #47ADCD

RGB

 RED value IS 71 (28.13% from 255) = 15.81%

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 15.81%
G = 38.53%
B = 45.66%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47ADCD (or 0x47ADCD) is known color: Viking. HEX triplet: 47, AD and CD. RGB value is (71,173,205). Sum of RGB (Red+Green+Blue) = 71+173+205=449 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.81% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #47ADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ADCD is #B85232. Grayscale: #919191. Windows color (decimal): -12079667 or 13479239. OLE color: 13479239.

HSL color Cylindrical-coordinate representation of color #47ADCD: hue angle of 194.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47ADCD is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 173 205 -
CMYK 0.65 0.16 0 0.20
HSL 194.33º 0.57% 0.54% -
HSV(B) 194.33º 0.65% 0.8% -
XYZ 28.56 35.63 63.13 -
YUV 146.15 161.21 74.4 -
System Red Green Blue C M Y K H S L
Decimal 71 173 205 0.65 0.16 0 0.20 194.33 0.57 0.54
Hex 47 AD CD 41 10 0 14 C2 39 36
Octal 107 255 315 101 20 0 24 302 71 66
Binary 1000111 10101101 11001101 1000001 10000 0 10100 11000010 111001 110110

Color Harmonies of #47ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ADCD

Black with #47ADCD

Text Example


Text Example

White with #47ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47ADCD; }

 p { color: rgb(71,173,205); }

 H1.HeaderClassName
 {
   color: #47ADCD;
 }
 .AnyTagClassName
 {
   color: #47ADCD;
 }
</style>

background-color css

<style>
 a { background-color: #47ADCD; }

 a { background-color: rgb(71,173,205); }

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

border-color css

<style>
 span { border-color: #47ADCD; }

 span { border-color: rgb(71,173,205); }

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