Html Css Color HEX #47BBC8 Viking

📋 copy color: '#47BBC8'

red 71 ◦ green 187 ◦ blue 200

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

Shades of Viking #47BBC8

Tints of Viking #47BBC8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.83%

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

R = 15.5%
G = 40.83%
B = 43.67%

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

#47BBC8 (or 0x47BBC8) is known color: Viking. HEX triplet: 47, BB and C8. RGB value is (71,187,200). Sum of RGB (Red+Green+Blue) = 71+187+200=458 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.50% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #47BBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBC8 is #B84437. Grayscale: #999999. Windows color (decimal): -12076088 or 13155143. OLE color: 13155143.

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

Color convert

RGB 71 187 200 -
CMYK 0.64 0.06 0 0.22
HSL 186.05º 0.54% 0.53% -
HSV(B) 186.05º 0.65% 0.78% -
XYZ 30.79 41.05 60.94 -
YUV 153.8 154.07 68.94 -
System Red Green Blue C M Y K H S L
Decimal 71 187 200 0.64 0.06 0 0.22 186.05 0.54 0.53
Hex 47 BB C8 40 6 0 16 BA 36 35
Octal 107 273 310 100 6 0 26 272 66 65
Binary 1000111 10111011 11001000 1000000 110 0 10110 10111010 110110 110101

Color Harmonies of #47BBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBC8

Black with #47BBC8

Text Example


Text Example

White with #47BBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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