Html Css Color HEX #47BBD2 Viking

📋 copy color: '#47BBD2'

red 71 ◦ green 187 ◦ blue 210

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

Shades of Viking #47BBD2

Tints of Viking #47BBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.87%

R = 15.17%
G = 39.96%
B = 44.87%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#47BBD2 (or 0x47BBD2) is known color: Viking. HEX triplet: 47, BB and D2. RGB value is (71,187,210). Sum of RGB (Red+Green+Blue) = 71+187+210=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #47BBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBD2 is #B8442D. Grayscale: #9A9A9A. Windows color (decimal): -12076078 or 13810503. OLE color: 13810503.

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

Color convert

RGB 71 187 210 -
CMYK 0.66 0.11 0 0.18
HSL 189.93º 0.61% 0.55% -
HSV(B) 189.93º 0.66% 0.82% -
XYZ 32 41.53 67.3 -
YUV 154.94 159.07 68.13 -
System Red Green Blue C M Y K H S L
Decimal 71 187 210 0.66 0.11 0 0.18 189.93 0.61 0.55
Hex 47 BB D2 42 B 0 12 BE 3D 37
Octal 107 273 322 102 13 0 22 276 75 67
Binary 1000111 10111011 11010010 1000010 1011 0 10010 10111110 111101 110111

Color Harmonies of #47BBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBD2

Black with #47BBD2

Text Example


Text Example

White with #47BBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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