#47BBCC

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

Shades of Viking #47BBCC

Tints of Viking #47BBCC

Color information

#47BBCC (or 0x47BBCC) is unknown color: approx Viking. HEX triplet: 47, BB and CC. RGB value is (71,187,204). Sum of RGB (Red+Green+Blue) = 71+187+204=462 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.37% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #47BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBCC is #B84433. Grayscale: #9A9A9A. Windows color (decimal): -12076084 or 13417287. OLE color: 13417287.

HSL color Cylindrical-coordinate representation of color #47BBCC: hue angle of 187.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47BBCC is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB71187204-
CMYK0.650.0800.2
HSL187.67º56.6%53.92%-
HSV(B)187.67º65.2%80%-
XYZ31.2741.2463.44-
YUV154.25156.0768.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.37%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=15.37%
G=40.48%
B=44.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal711872040.650.0800.2187.6756.653.92
Hex47BBCC418014bc3936
Octal107273314101100242747166
Binary100011110111011110011001000001100001010010111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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