Html Css Color HEX #47BACB Viking

📋 copy color: '#47BACB'

red 71 ◦ green 186 ◦ blue 203

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

Shades of Viking #47BACB

Tints of Viking #47BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.43%

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 15.43%
G = 40.43%
B = 44.13%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47BACB (or 0x47BACB) is known color: Viking. HEX triplet: 47, BA and CB. RGB value is (71,186,203). Sum of RGB (Red+Green+Blue) = 71+186+203=460 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.43% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #47BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BACB is #B84534. Grayscale: #999999. Windows color (decimal): -12076341 or 13351495. OLE color: 13351495.

HSL color Cylindrical-coordinate representation of color #47BACB: hue angle of 187.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47BACB is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 186 203 -
CMYK 0.65 0.08 0 0.20
HSL 187.73º 0.56% 0.54% -
HSV(B) 187.73º 0.65% 0.8% -
XYZ 30.94 40.77 62.74 -
YUV 153.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 71 186 203 0.65 0.08 0 0.20 187.73 0.56 0.54
Hex 47 BA CB 41 8 0 14 BC 38 36
Octal 107 272 313 101 10 0 24 274 70 66
Binary 1000111 10111010 11001011 1000001 1000 0 10100 10111100 111000 110110

Color Harmonies of #47BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BACB

Black with #47BACB

Text Example


Text Example

White with #47BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,186,203); }

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

background-color css

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

 a { background-color: rgb(71,186,203); }

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

border-color css

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

 span { border-color: rgb(71,186,203); }

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