Html Css Color HEX #71BABA Fountain Blue

📋 copy color: '#71BABA'

red 113 ◦ green 186 ◦ blue 186

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

Shades of Fountain Blue #71BABA

Tints of Fountain Blue #71BABA

RGB

 RED value IS 113 (44.53% from 255) = 23.3%

 GREEN value IS 186 (73.05% from 255) = 38.35%

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

R = 23.3%
G = 38.35%
B = 38.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#71BABA (or 0x71BABA) is known color: Fountain Blue. HEX triplet: 71, BA and BA. RGB value is (113,186,186). Sum of RGB (Red+Green+Blue) = 113+186+186=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #71BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BABA is #8E4545. Grayscale: #A4A4A4. Windows color (decimal): -9323846 or 12237425. OLE color: 12237425.

HSL color Cylindrical-coordinate representation of color #71BABA: hue angle of 180º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71BABA is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 186 186 -
CMYK 0.39 0 0 0.27
HSL 180º 0.35% 0.59% -
HSV(B) 180º 0.39% 0.73% -
XYZ 33.23 42.17 52.84 -
YUV 164.17 140.32 91.5 -
System Red Green Blue C M Y K H S L
Decimal 113 186 186 0.39 0 0 0.27 180 0.35 0.59
Hex 71 BA BA 27 0 0 1B B4 23 3B
Octal 161 272 272 47 0 0 33 264 43 73
Binary 1110001 10111010 10111010 100111 0 0 11011 10110100 100011 111011

Color Harmonies of #71BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BABA

Black with #71BABA

Text Example


Text Example

White with #71BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71BABA; }

 p { color: rgb(113,186,186); }

 H1.HeaderClassName
 {
   color: #71BABA;
 }
 .AnyTagClassName
 {
   color: #71BABA;
 }
</style>

background-color css

<style>
 a { background-color: #71BABA; }

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

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

border-color css

<style>
 span { border-color: #71BABA; }

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

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