Html Css Color HEX #47BFCA Viking

📋 copy color: '#47BFCA'

red 71 ◦ green 191 ◦ blue 202

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

Shades of Viking #47BFCA

Tints of Viking #47BFCA

RGB

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

 GREEN value IS 191 (75% from 255) = 41.16%

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

R = 15.3%
G = 41.16%
B = 43.53%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#47BFCA (or 0x47BFCA) is known color: Viking. HEX triplet: 47, BF and CA. RGB value is (71,191,202). Sum of RGB (Red+Green+Blue) = 71+191+202=464 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.30% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #47BFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFCA is #B84035. Grayscale: #9C9C9C. Windows color (decimal): -12075062 or 13287239. OLE color: 13287239.

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

Color convert

RGB 71 191 202 -
CMYK 0.65 0.05 0 0.21
HSL 185.04º 0.55% 0.54% -
HSV(B) 185.04º 0.65% 0.79% -
XYZ 31.89 42.87 62.47 -
YUV 156.37 153.74 67.11 -
System Red Green Blue C M Y K H S L
Decimal 71 191 202 0.65 0.05 0 0.21 185.04 0.55 0.54
Hex 47 BF CA 41 5 0 15 B9 37 36
Octal 107 277 312 101 5 0 25 271 67 66
Binary 1000111 10111111 11001010 1000001 101 0 10101 10111001 110111 110110

Color Harmonies of #47BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BFCA

Black with #47BFCA

Text Example


Text Example

White with #47BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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