Html Css Color HEX #57BABA Fountain Blue

📋 copy color: '#57BABA'

red 87 ◦ green 186 ◦ blue 186

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

Shades of Fountain Blue #57BABA

Tints of Fountain Blue #57BABA

RGB

 RED value IS 87 (34.38% from 255) = 18.95%

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

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

R = 18.95%
G = 40.52%
B = 40.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#57BABA (or 0x57BABA) is known color: Fountain Blue. HEX triplet: 57, BA and BA. RGB value is (87,186,186). Sum of RGB (Red+Green+Blue) = 87+186+186=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #57BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BABA is #A84545. Grayscale: #9C9C9C. Windows color (decimal): -11027782 or 12237399. OLE color: 12237399.

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

Color convert

RGB 87 186 186 -
CMYK 0.53 0 0 0.27
HSL 180º 0.42% 0.54% -
HSV(B) 180º 0.53% 0.73% -
XYZ 30.35 40.69 52.71 -
YUV 156.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 87 186 186 0.53 0 0 0.27 180 0.42 0.54
Hex 57 BA BA 35 0 0 1B B4 2A 36
Octal 127 272 272 65 0 0 33 264 52 66
Binary 1010111 10111010 10111010 110101 0 0 11011 10110100 101010 110110

Color Harmonies of #57BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BABA

Black with #57BABA

Text Example


Text Example

White with #57BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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