Html Css Color HEX #47B1CD Viking

📋 copy color: '#47B1CD'

red 71 ◦ green 177 ◦ blue 205

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

Shades of Viking #47B1CD

Tints of Viking #47B1CD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.07%

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 15.67%
G = 39.07%
B = 45.25%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47B1CD (or 0x47B1CD) is known color: Viking. HEX triplet: 47, B1 and CD. RGB value is (71,177,205). Sum of RGB (Red+Green+Blue) = 71+177+205=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #47B1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B1CD is #B84E32. Grayscale: #949494. Windows color (decimal): -12078643 or 13480263. OLE color: 13480263.

HSL color Cylindrical-coordinate representation of color #47B1CD: hue angle of 192.54º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47B1CD is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 177 205 -
CMYK 0.65 0.14 0 0.20
HSL 192.54º 0.57% 0.54% -
HSV(B) 192.54º 0.65% 0.8% -
XYZ 29.34 37.19 63.39 -
YUV 148.5 159.88 72.72 -
System Red Green Blue C M Y K H S L
Decimal 71 177 205 0.65 0.14 0 0.20 192.54 0.57 0.54
Hex 47 B1 CD 41 E 0 14 C1 39 36
Octal 107 261 315 101 16 0 24 301 71 66
Binary 1000111 10110001 11001101 1000001 1110 0 10100 11000001 111001 110110

Color Harmonies of #47B1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B1CD

Black with #47B1CD

Text Example


Text Example

White with #47B1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,177,205); }

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

background-color css

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

 a { background-color: rgb(71,177,205); }

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

border-color css

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

 span { border-color: rgb(71,177,205); }

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