#47BDCA

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

Shades of Viking #47BDCA

Tints of Viking #47BDCA

Color information

#47BDCA (or 0x47BDCA) is unknown color: approx Viking. HEX triplet: 47, BD and CA. RGB value is (71,189,202). Sum of RGB (Red+Green+Blue) = 71+189+202=462 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.37% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #47BDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDCA is #B84235. Grayscale: #9B9B9B. Windows color (decimal): -12075574 or 13286727. OLE color: 13286727.

HSL color Cylindrical-coordinate representation of color #47BDCA: hue angle of 185.95º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47BDCA is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB71189202-
CMYK0.650.0600.21
HSL185.95º55.27%53.53%-
HSV(B)185.95º64.85%79.22%-
XYZ31.464262.33-
YUV155.2154.4167.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.37%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=15.37%
G=40.91%
B=43.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal711892020.650.0600.21185.9555.2753.53
Hex47BDCA416015ba3736
Octal10727531210160252726766
Binary10001111011110111001010100000111001010110111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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