Html Css Color HEX #47BBCB Viking

📋 copy color: '#47BBCB'

red 71 ◦ green 187 ◦ blue 203

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

Shades of Viking #47BBCB

Tints of Viking #47BBCB

RGB

 RED value IS 71 (28.13% from 255) = 15.4%

 GREEN value IS 187 (73.44% from 255) = 40.56%

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 15.4%
G = 40.56%
B = 44.03%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47BBCB (or 0x47BBCB) is known color: Viking. HEX triplet: 47, BB and CB. RGB value is (71,187,203). Sum of RGB (Red+Green+Blue) = 71+187+203=461 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.40% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #47BBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBCB is #B84434. Grayscale: #999999. Windows color (decimal): -12076085 or 13351751. OLE color: 13351751.

HSL color Cylindrical-coordinate representation of color #47BBCB: hue angle of 187.27º degrees, saturation: 0.56, 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 #47BBCB is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 187 203 -
CMYK 0.65 0.08 0 0.20
HSL 187.27º 0.56% 0.54% -
HSV(B) 187.27º 0.65% 0.8% -
XYZ 31.15 41.19 62.81 -
YUV 154.14 155.57 68.7 -
System Red Green Blue C M Y K H S L
Decimal 71 187 203 0.65 0.08 0 0.20 187.27 0.56 0.54
Hex 47 BB CB 41 8 0 14 BB 38 36
Octal 107 273 313 101 10 0 24 273 70 66
Binary 1000111 10111011 11001011 1000001 1000 0 10100 10111011 111000 110110

Color Harmonies of #47BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBCB

Black with #47BBCB

Text Example


Text Example

White with #47BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47BBCB;
 }
 .AnyTagClassName
 {
   color: #47BBCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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