Html Css Color HEX #47ABC8 Viking

📋 copy color: '#47ABC8'

red 71 ◦ green 171 ◦ blue 200

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

Shades of Viking #47ABC8

Tints of Viking #47ABC8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.69%

 BLUE value IS 200 (78.52% from 255) = 45.25%

R = 16.06%
G = 38.69%
B = 45.25%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#47ABC8 (or 0x47ABC8) is known color: Viking. HEX triplet: 47, AB and C8. RGB value is (71,171,200). Sum of RGB (Red+Green+Blue) = 71+171+200=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #47ABC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABC8 is #B85437. Grayscale: #909090. Windows color (decimal): -12080184 or 13151047. OLE color: 13151047.

HSL color Cylindrical-coordinate representation of color #47ABC8: hue angle of 193.49º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47ABC8 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 171 200 -
CMYK 0.64 0.14 0 0.22
HSL 193.49º 0.54% 0.53% -
HSV(B) 193.49º 0.65% 0.78% -
XYZ 27.59 34.64 59.87 -
YUV 144.41 159.37 75.64 -
System Red Green Blue C M Y K H S L
Decimal 71 171 200 0.64 0.14 0 0.22 193.49 0.54 0.53
Hex 47 AB C8 40 E 0 16 C1 36 35
Octal 107 253 310 100 16 0 26 301 66 65
Binary 1000111 10101011 11001000 1000000 1110 0 10110 11000001 110110 110101

Color Harmonies of #47ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ABC8

Black with #47ABC8

Text Example


Text Example

White with #47ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,171,200); }

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

background-color css

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

 a { background-color: rgb(71,171,200); }

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

border-color css

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

 span { border-color: rgb(71,171,200); }

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