Html Css Color HEX #47BCCA Viking

📋 copy color: '#47BCCA'

red 71 ◦ green 188 ◦ blue 202

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

Shades of Viking #47BCCA

Tints of Viking #47BCCA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.78%

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 15.4%
G = 40.78%
B = 43.82%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#47BCCA (or 0x47BCCA) is known color: Viking. HEX triplet: 47, BC and CA. RGB value is (71,188,202). Sum of RGB (Red+Green+Blue) = 71+188+202=461 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.40% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #47BCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCCA is #B84335. Grayscale: #9A9A9A. Windows color (decimal): -12075830 or 13286471. OLE color: 13286471.

HSL color Cylindrical-coordinate representation of color #47BCCA: hue angle of 186.41º 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 #47BCCA is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 188 202 -
CMYK 0.65 0.07 0 0.21
HSL 186.41º 0.55% 0.54% -
HSV(B) 186.41º 0.65% 0.79% -
XYZ 31.24 41.57 62.25 -
YUV 154.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 71 188 202 0.65 0.07 0 0.21 186.41 0.55 0.54
Hex 47 BC CA 41 7 0 15 BA 37 36
Octal 107 274 312 101 7 0 25 272 67 66
Binary 1000111 10111100 11001010 1000001 111 0 10101 10111010 110111 110110

Color Harmonies of #47BCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BCCA

Black with #47BCCA

Text Example


Text Example

White with #47BCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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