Html Css Color HEX #47BBD8 Viking

📋 copy color: '#47BBD8'

red 71 ◦ green 187 ◦ blue 216

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

Shades of Viking #47BBD8

Tints of Viking #47BBD8

RGB

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

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

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

R = 14.98%
G = 39.45%
B = 45.57%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#47BBD8 (or 0x47BBD8) is known color: Viking. HEX triplet: 47, BB and D8. RGB value is (71,187,216). Sum of RGB (Red+Green+Blue) = 71+187+216=474 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.98% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 216 - color contains mainly: blue. Hex color #47BBD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBD8 is #B84427. Grayscale: #9B9B9B. Windows color (decimal): -12076072 or 14203719. OLE color: 14203719.

HSL color Cylindrical-coordinate representation of color #47BBD8: hue angle of 192º 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 #47BBD8 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 187 216 -
CMYK 0.67 0.13 0 0.15
HSL 192º 0.65% 0.56% -
HSV(B) 192º 0.67% 0.85% -
XYZ 32.76 41.84 71.31 -
YUV 155.62 162.07 67.64 -
System Red Green Blue C M Y K H S L
Decimal 71 187 216 0.67 0.13 0 0.15 192 0.65 0.56
Hex 47 BB D8 43 D 0 F C0 41 38
Octal 107 273 330 103 15 0 17 300 101 70
Binary 1000111 10111011 11011000 1000011 1101 0 1111 11000000 1000001 111000

Color Harmonies of #47BBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBD8

Black with #47BBD8

Text Example


Text Example

White with #47BBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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