Html Css Color HEX #47BBCA Viking

📋 copy color: '#47BBCA'

red 71 ◦ green 187 ◦ blue 202

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

Shades of Viking #47BBCA

Tints of Viking #47BBCA

RGB

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

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

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

R = 15.43%
G = 40.65%
B = 43.91%

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

#47BBCA (or 0x47BBCA) is known color: Viking. HEX triplet: 47, BB and CA. RGB value is (71,187,202). Sum of RGB (Red+Green+Blue) = 71+187+202=460 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.43% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #47BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBCA is #B84435. Grayscale: #999999. Windows color (decimal): -12076086 or 13286215. OLE color: 13286215.

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

Color convert

RGB 71 187 202 -
CMYK 0.65 0.07 0 0.21
HSL 186.87º 0.55% 0.54% -
HSV(B) 186.87º 0.65% 0.79% -
XYZ 31.03 41.14 62.18 -
YUV 154.03 155.07 68.78 -
System Red Green Blue C M Y K H S L
Decimal 71 187 202 0.65 0.07 0 0.21 186.87 0.55 0.54
Hex 47 BB CA 41 7 0 15 BB 37 36
Octal 107 273 312 101 7 0 25 273 67 66
Binary 1000111 10111011 11001010 1000001 111 0 10101 10111011 110111 110110

Color Harmonies of #47BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBCA

Black with #47BBCA

Text Example


Text Example

White with #47BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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