Html Css Color HEX #47BED0 Viking

📋 copy color: '#47BED0'

red 71 ◦ green 190 ◦ blue 208

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

Shades of Viking #47BED0

Tints of Viking #47BED0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.51%

 BLUE value IS 208 (81.64% from 255) = 44.35%

R = 15.14%
G = 40.51%
B = 44.35%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#47BED0 (or 0x47BED0) is known color: Viking. HEX triplet: 47, BE and D0. RGB value is (71,190,208). Sum of RGB (Red+Green+Blue) = 71+190+208=469 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.14% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #47BED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BED0 is #B8412F. Grayscale: #9C9C9C. Windows color (decimal): -12075312 or 13680199. OLE color: 13680199.

HSL color Cylindrical-coordinate representation of color #47BED0: hue angle of 187.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BED0 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 190 208 -
CMYK 0.66 0.09 0 0.18
HSL 187.88º 0.59% 0.55% -
HSV(B) 187.88º 0.66% 0.82% -
XYZ 32.4 42.72 66.21 -
YUV 156.47 157.08 67.04 -
System Red Green Blue C M Y K H S L
Decimal 71 190 208 0.66 0.09 0 0.18 187.88 0.59 0.55
Hex 47 BE D0 42 9 0 12 BC 3B 37
Octal 107 276 320 102 11 0 22 274 73 67
Binary 1000111 10111110 11010000 1000010 1001 0 10010 10111100 111011 110111

Color Harmonies of #47BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BED0

Black with #47BED0

Text Example


Text Example

White with #47BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,190,208); }

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

background-color css

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

 a { background-color: rgb(71,190,208); }

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

border-color css

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

 span { border-color: rgb(71,190,208); }

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