Html Css Color HEX #47BDD0 Viking

📋 copy color: '#47BDD0'

red 71 ◦ green 189 ◦ blue 208

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

Shades of Viking #47BDD0

Tints of Viking #47BDD0

RGB

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

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

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

R = 15.17%
G = 40.38%
B = 44.44%

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

#47BDD0 (or 0x47BDD0) is known color: Viking. HEX triplet: 47, BD and D0. RGB value is (71,189,208). Sum of RGB (Red+Green+Blue) = 71+189+208=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #47BDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDD0 is #B8422F. Grayscale: #9B9B9B. Windows color (decimal): -12075568 or 13679943. OLE color: 13679943.

HSL color Cylindrical-coordinate representation of color #47BDD0: hue angle of 188.32º 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 #47BDD0 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 189 208 -
CMYK 0.66 0.09 0 0.18
HSL 188.32º 0.59% 0.55% -
HSV(B) 188.32º 0.66% 0.82% -
XYZ 32.18 42.29 66.14 -
YUV 155.88 157.41 67.46 -
System Red Green Blue C M Y K H S L
Decimal 71 189 208 0.66 0.09 0 0.18 188.32 0.59 0.55
Hex 47 BD D0 42 9 0 12 BC 3B 37
Octal 107 275 320 102 11 0 22 274 73 67
Binary 1000111 10111101 11010000 1000010 1001 0 10010 10111100 111011 110111

Color Harmonies of #47BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BDD0

Black with #47BDD0

Text Example


Text Example

White with #47BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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