Html Css Color HEX #47BCD8 Viking

📋 copy color: '#47BCD8'

red 71 ◦ green 188 ◦ blue 216

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

Shades of Viking #47BCD8

Tints of Viking #47BCD8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.58%

 BLUE value IS 216 (84.77% from 255) = 45.47%

R = 14.95%
G = 39.58%
B = 45.47%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#47BCD8 (or 0x47BCD8) is known color: Viking. HEX triplet: 47, BC and D8. RGB value is (71,188,216). Sum of RGB (Red+Green+Blue) = 71+188+216=475 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.95% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #47BCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCD8 is #B84327. Grayscale: #9B9B9B. Windows color (decimal): -12075816 or 14203975. OLE color: 14203975.

HSL color Cylindrical-coordinate representation of color #47BCD8: hue angle of 191.59º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47BCD8 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 188 216 -
CMYK 0.67 0.13 0 0.15
HSL 191.59º 0.65% 0.56% -
HSV(B) 191.59º 0.67% 0.85% -
XYZ 32.98 42.26 71.39 -
YUV 156.21 161.74 67.22 -
System Red Green Blue C M Y K H S L
Decimal 71 188 216 0.67 0.13 0 0.15 191.59 0.65 0.56
Hex 47 BC D8 43 D 0 F C0 41 38
Octal 107 274 330 103 15 0 17 300 101 70
Binary 1000111 10111100 11011000 1000011 1101 0 1111 11000000 1000001 111000

Color Harmonies of #47BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BCD8

Black with #47BCD8

Text Example


Text Example

White with #47BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,188,216); }

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

background-color css

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

 a { background-color: rgb(71,188,216); }

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

border-color css

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

 span { border-color: rgb(71,188,216); }

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