Html Css Color HEX #47BDC8 Viking

📋 copy color: '#47BDC8'

red 71 ◦ green 189 ◦ blue 200

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

Shades of Viking #47BDC8

Tints of Viking #47BDC8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.09%

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

R = 15.43%
G = 41.09%
B = 43.48%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#47BDC8 (or 0x47BDC8) is known color: Viking. HEX triplet: 47, BD and C8. RGB value is (71,189,200). Sum of RGB (Red+Green+Blue) = 71+189+200=460 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.43% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #47BDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDC8 is #B84237. Grayscale: #9A9A9A. Windows color (decimal): -12075576 or 13155655. OLE color: 13155655.

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

Color convert

RGB 71 189 200 -
CMYK 0.64 0.06 0 0.22
HSL 185.12º 0.54% 0.53% -
HSV(B) 185.12º 0.65% 0.78% -
XYZ 31.22 41.9 61.09 -
YUV 154.97 153.41 68.11 -
System Red Green Blue C M Y K H S L
Decimal 71 189 200 0.64 0.06 0 0.22 185.12 0.54 0.53
Hex 47 BD C8 40 6 0 16 B9 36 35
Octal 107 275 310 100 6 0 26 271 66 65
Binary 1000111 10111101 11001000 1000000 110 0 10110 10111001 110110 110101

Color Harmonies of #47BDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BDC8

Black with #47BDC8

Text Example


Text Example

White with #47BDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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