Html Css Color HEX #47BBC3 Viking

📋 copy color: '#47BBC3'

red 71 ◦ green 187 ◦ blue 195

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

Shades of Viking #47BBC3

Tints of Viking #47BBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.05%

R = 15.67%
G = 41.28%
B = 43.05%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#47BBC3 (or 0x47BBC3) is known color: Viking. HEX triplet: 47, BB and C3. RGB value is (71,187,195). Sum of RGB (Red+Green+Blue) = 71+187+195=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #47BBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBC3 is #B8443C. Grayscale: #999999. Windows color (decimal): -12076093 or 12827463. OLE color: 12827463.

HSL color Cylindrical-coordinate representation of color #47BBC3: hue angle of 183.87º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47BBC3 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 187 195 -
CMYK 0.64 0.04 0 0.24
HSL 183.87º 0.51% 0.52% -
HSV(B) 183.87º 0.64% 0.76% -
XYZ 30.22 40.82 57.92 -
YUV 153.23 151.57 69.35 -
System Red Green Blue C M Y K H S L
Decimal 71 187 195 0.64 0.04 0 0.24 183.87 0.51 0.52
Hex 47 BB C3 40 4 0 18 B8 33 34
Octal 107 273 303 100 4 0 30 270 63 64
Binary 1000111 10111011 11000011 1000000 100 0 11000 10111000 110011 110100

Color Harmonies of #47BBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBC3

Black with #47BBC3

Text Example


Text Example

White with #47BBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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