Html Css Color HEX #47AEC8 Viking

📋 copy color: '#47AEC8'

red 71 ◦ green 174 ◦ blue 200

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

Shades of Viking #47AEC8

Tints of Viking #47AEC8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.1%

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

R = 15.96%
G = 39.1%
B = 44.94%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#47AEC8 (or 0x47AEC8) is known color: Viking. HEX triplet: 47, AE and C8. RGB value is (71,174,200). Sum of RGB (Red+Green+Blue) = 71+174+200=445 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.96% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #47AEC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AEC8 is #B85137. Grayscale: #919191. Windows color (decimal): -12079416 or 13151815. OLE color: 13151815.

HSL color Cylindrical-coordinate representation of color #47AEC8: hue angle of 192.09º 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 #47AEC8 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 174 200 -
CMYK 0.64 0.13 0 0.22
HSL 192.09º 0.54% 0.53% -
HSV(B) 192.09º 0.65% 0.78% -
XYZ 28.16 35.78 60.07 -
YUV 146.17 158.38 74.39 -
System Red Green Blue C M Y K H S L
Decimal 71 174 200 0.64 0.13 0 0.22 192.09 0.54 0.53
Hex 47 AE C8 40 D 0 16 C0 36 35
Octal 107 256 310 100 15 0 26 300 66 65
Binary 1000111 10101110 11001000 1000000 1101 0 10110 11000000 110110 110101

Color Harmonies of #47AEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AEC8

Black with #47AEC8

Text Example


Text Example

White with #47AEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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