#47c1d6

Color #47C1D6 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #47C1D6

Tints of Viking #47C1D6

Color information

#47C1D6 (or 0x47C1D6) is unknown color: approx Viking. HEX triplet: 47, C1 and D6. RGB value is (71,193,214). Sum of RGB (Red+Green+Blue) = 71+193+214=478 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.85% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #47C1D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C1D6 is #B83E29. Grayscale: #9E9E9E. Windows color (decimal): -12074538 or 14074183. OLE color: 14074183.

HSL color Cylindrical-coordinate representation of color #47C1D6: hue angle of 188.81º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47C1D6 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB71193214-
CMYK0.670.1000.16
HSL188.81º63.56%55.88%-
HSV(B)188.81º66.82%83.92%-
XYZ33.8144.3370.39-
YUV158.92159.0865.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.85%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 214 (83.98% from 255) = 44.77%
R=14.85%
G=40.38%
B=44.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal711932140.670.1000.16188.8163.5655.88
Hex47C1D643A010bd4038
Octal1073013261031202027510070
Binary1000111110000011101011010000111010010000101111011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47c1d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47c1d6;
 }
 .AnyTagClassName
 {
   color: #47c1d6;
 }
</style>
background-color css

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

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

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

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

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

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