Html Css Color HEX #47AEBA Viking

📋 copy color: '#47AEBA'

red 71 ◦ green 174 ◦ blue 186

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

Shades of Viking #47AEBA

Tints of Viking #47AEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.37%

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 16.47%
G = 40.37%
B = 43.16%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#47AEBA (or 0x47AEBA) is known color: Viking. HEX triplet: 47, AE and BA. RGB value is (71,174,186). Sum of RGB (Red+Green+Blue) = 71+174+186=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #47AEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AEBA is #B85145. Grayscale: #909090. Windows color (decimal): -12079430 or 12234311. OLE color: 12234311.

HSL color Cylindrical-coordinate representation of color #47AEBA: hue angle of 186.26º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47AEBA is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 174 186 -
CMYK 0.62 0.06 0 0.27
HSL 186.26º 0.45% 0.5% -
HSV(B) 186.26º 0.62% 0.73% -
XYZ 26.6 35.16 51.84 -
YUV 144.57 151.38 75.52 -
System Red Green Blue C M Y K H S L
Decimal 71 174 186 0.62 0.06 0 0.27 186.26 0.45 0.5
Hex 47 AE BA 3E 6 0 1B BA 2D 32
Octal 107 256 272 76 6 0 33 272 55 62
Binary 1000111 10101110 10111010 111110 110 0 11011 10111010 101101 110010

Color Harmonies of #47AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AEBA

Black with #47AEBA

Text Example


Text Example

White with #47AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,174,186); }

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

background-color css

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

 a { background-color: rgb(71,174,186); }

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

border-color css

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

 span { border-color: rgb(71,174,186); }

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