Html Css Color HEX #47BCCF Viking

📋 copy color: '#47BCCF'

red 71 ◦ green 188 ◦ blue 207

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

Shades of Viking #47BCCF

Tints of Viking #47BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.34%

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 15.24%
G = 40.34%
B = 44.42%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#47BCCF (or 0x47BCCF) is known color: Viking. HEX triplet: 47, BC and CF. RGB value is (71,188,207). Sum of RGB (Red+Green+Blue) = 71+188+207=466 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.24% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #47BCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCCF is #B84330. Grayscale: #9A9A9A. Windows color (decimal): -12075825 or 13614151. OLE color: 13614151.

HSL color Cylindrical-coordinate representation of color #47BCCF: hue angle of 188.38º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BCCF is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 188 207 -
CMYK 0.66 0.09 0 0.19
HSL 188.38º 0.59% 0.55% -
HSV(B) 188.38º 0.66% 0.81% -
XYZ 31.84 41.81 65.42 -
YUV 155.18 157.24 67.96 -
System Red Green Blue C M Y K H S L
Decimal 71 188 207 0.66 0.09 0 0.19 188.38 0.59 0.55
Hex 47 BC CF 42 9 0 13 BC 3B 37
Octal 107 274 317 102 11 0 23 274 73 67
Binary 1000111 10111100 11001111 1000010 1001 0 10011 10111100 111011 110111

Color Harmonies of #47BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BCCF

Black with #47BCCF

Text Example


Text Example

White with #47BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,188,207); }

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

background-color css

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

 a { background-color: rgb(71,188,207); }

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

border-color css

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

 span { border-color: rgb(71,188,207); }

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