Html Css Color HEX #47BBCC Viking

📋 copy color: '#47BBCC'

red 71 ◦ green 187 ◦ blue 204

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

Shades of Viking #47BBCC

Tints of Viking #47BBCC

RGB

 RED value IS 71 (28.13% 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 value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#47BBCC (or 0x47BBCC) is known color: 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

RGB 71 187 204 -
CMYK 0.65 0.08 0 0.2
HSL 187.67º 0.57% 0.54% -
HSV(B) 187.67º 0.65% 0.8% -
XYZ 31.27 41.24 63.44 -
YUV 154.25 156.07 68.62 -
System Red Green Blue C M Y K H S L
Decimal 71 187 204 0.65 0.08 0 0.2 187.67 0.57 0.54
Hex 47 BB CC 41 8 0 14 BC 39 36
Octal 107 273 314 101 10 0 24 274 71 66
Binary 1000111 10111011 11001100 1000001 1000 0 10100 10111100 111001 110110

Color Harmonies of #47BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBCC

Black with #47BBCC

Text Example


Text Example

White with #47BBCC

Text Example


Text Example

HTML Codes & Css Web 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>