Html Css Color HEX #47BDC1 Viking

📋 copy color: '#47BDC1'

red 71 ◦ green 189 ◦ blue 193

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

Shades of Viking #47BDC1

Tints of Viking #47BDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.6%

R = 15.67%
G = 41.72%
B = 42.6%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#47BDC1 (or 0x47BDC1) is known color: Viking. HEX triplet: 47, BD and C1. RGB value is (71,189,193). Sum of RGB (Red+Green+Blue) = 71+189+193=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #47BDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDC1 is #B8423E. Grayscale: #9A9A9A. Windows color (decimal): -12075583 or 12696903. OLE color: 12696903.

HSL color Cylindrical-coordinate representation of color #47BDC1: hue angle of 181.97º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BDC1 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 189 193 -
CMYK 0.63 0.02 0 0.24
HSL 181.97º 0.5% 0.52% -
HSV(B) 181.97º 0.63% 0.76% -
XYZ 30.42 41.59 56.88 -
YUV 154.17 149.91 68.67 -
System Red Green Blue C M Y K H S L
Decimal 71 189 193 0.63 0.02 0 0.24 181.97 0.5 0.52
Hex 47 BD C1 3F 2 0 18 B6 32 34
Octal 107 275 301 77 2 0 30 266 62 64
Binary 1000111 10111101 11000001 111111 10 0 11000 10110110 110010 110100

Color Harmonies of #47BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BDC1

Black with #47BDC1

Text Example


Text Example

White with #47BDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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