Html Css Color HEX #47BAD8 Viking

📋 copy color: '#47BAD8'

red 71 ◦ green 186 ◦ blue 216

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

Shades of Viking #47BAD8

Tints of Viking #47BAD8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.32%

 BLUE value IS 216 (84.77% from 255) = 45.67%

R = 15.01%
G = 39.32%
B = 45.67%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#47BAD8 (or 0x47BAD8) is known color: Viking. HEX triplet: 47, BA and D8. RGB value is (71,186,216). Sum of RGB (Red+Green+Blue) = 71+186+216=473 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.01% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #47BAD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BAD8 is #B84527. Grayscale: #9A9A9A. Windows color (decimal): -12076328 or 14203463. OLE color: 14203463.

HSL color Cylindrical-coordinate representation of color #47BAD8: hue angle of 192.41º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47BAD8 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 186 216 -
CMYK 0.67 0.14 0 0.15
HSL 192.41º 0.65% 0.56% -
HSV(B) 192.41º 0.67% 0.85% -
XYZ 32.55 41.42 71.24 -
YUV 155.04 162.4 68.06 -
System Red Green Blue C M Y K H S L
Decimal 71 186 216 0.67 0.14 0 0.15 192.41 0.65 0.56
Hex 47 BA D8 43 E 0 F C0 41 38
Octal 107 272 330 103 16 0 17 300 101 70
Binary 1000111 10111010 11011000 1000011 1110 0 1111 11000000 1000001 111000

Color Harmonies of #47BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BAD8

Black with #47BAD8

Text Example


Text Example

White with #47BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,186,216); }

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

background-color css

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

 a { background-color: rgb(71,186,216); }

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

border-color css

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

 span { border-color: rgb(71,186,216); }

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