Html Css Color HEX #47BDCE Viking

📋 copy color: '#47BDCE'

red 71 ◦ green 189 ◦ blue 206

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

Shades of Viking #47BDCE

Tints of Viking #47BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.56%

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 15.24%
G = 40.56%
B = 44.21%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#47BDCE (or 0x47BDCE) is known color: Viking. HEX triplet: 47, BD and CE. RGB value is (71,189,206). Sum of RGB (Red+Green+Blue) = 71+189+206=466 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.24% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #47BDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDCE is #B84231. Grayscale: #9B9B9B. Windows color (decimal): -12075570 or 13548871. OLE color: 13548871.

HSL color Cylindrical-coordinate representation of color #47BDCE: hue angle of 187.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BDCE is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 189 206 -
CMYK 0.66 0.08 0 0.19
HSL 187.56º 0.58% 0.54% -
HSV(B) 187.56º 0.66% 0.81% -
XYZ 31.94 42.19 64.85 -
YUV 155.66 156.41 67.62 -
System Red Green Blue C M Y K H S L
Decimal 71 189 206 0.66 0.08 0 0.19 187.56 0.58 0.54
Hex 47 BD CE 42 8 0 13 BC 3A 36
Octal 107 275 316 102 10 0 23 274 72 66
Binary 1000111 10111101 11001110 1000010 1000 0 10011 10111100 111010 110110

Color Harmonies of #47BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BDCE

Black with #47BDCE

Text Example


Text Example

White with #47BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,189,206); }

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

background-color css

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

 a { background-color: rgb(71,189,206); }

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

border-color css

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

 span { border-color: rgb(71,189,206); }

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