Html Css Color HEX #47BABC Viking

📋 copy color: '#47BABC'

red 71 ◦ green 186 ◦ blue 188

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

Shades of Viking #47BABC

Tints of Viking #47BABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 15.96%
G = 41.8%
B = 42.25%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#47BABC (or 0x47BABC) is known color: Viking. HEX triplet: 47, BA and BC. RGB value is (71,186,188). Sum of RGB (Red+Green+Blue) = 71+186+188=445 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.96% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #47BABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BABC is #B84543. Grayscale: #979797. Windows color (decimal): -12076356 or 12368455. OLE color: 12368455.

HSL color Cylindrical-coordinate representation of color #47BABC: hue angle of 181.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BABC is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 186 188 -
CMYK 0.62 0.01 0 0.26
HSL 181.03º 0.47% 0.51% -
HSV(B) 181.03º 0.62% 0.74% -
XYZ 29.23 40.09 53.77 -
YUV 151.84 148.4 70.34 -
System Red Green Blue C M Y K H S L
Decimal 71 186 188 0.62 0.01 0 0.26 181.03 0.47 0.51
Hex 47 BA BC 3E 1 0 1A B5 2F 33
Octal 107 272 274 76 1 0 32 265 57 63
Binary 1000111 10111010 10111100 111110 1 0 11010 10110101 101111 110011

Color Harmonies of #47BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BABC

Black with #47BABC

Text Example


Text Example

White with #47BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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