#47BBD2

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

Shades of Viking #47BBD2

Tints of Viking #47BBD2

Color information

#47BBD2 (or 0x47BBD2) is unknown color: approx Viking. HEX triplet: 47, BB and D2. RGB value is (71,187,210). Sum of RGB (Red+Green+Blue) = 71+187+210=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #47BBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBD2 is #B8442D. Grayscale: #9A9A9A. Windows color (decimal): -12076078 or 13810503. OLE color: 13810503.

HSL color Cylindrical-coordinate representation of color #47BBD2: hue angle of 189.93º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BBD2 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB71187210-
CMYK0.660.1100.18
HSL189.93º60.7%55.1%-
HSV(B)189.93º66.19%82.35%-
XYZ3241.5367.3-
YUV154.94159.0768.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.17%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 210 (82.42% from 255) = 44.87%
R=15.17%
G=39.96%
B=44.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal711872100.660.1100.18189.9360.755.1
Hex47BBD242B012be3d37
Octal107273322102130222767567
Binary100011110111011110100101000010101101001010111110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,187,210); }

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

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

 a { background-color: rgb(71,187,210); }

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

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

 span { border-color: rgb(71,187,210); }

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