Html Css Color HEX #57ABBA Fountain Blue

📋 copy color: '#57ABBA'

red 87 ◦ green 171 ◦ blue 186

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

Shades of Fountain Blue #57ABBA

Tints of Fountain Blue #57ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.51%

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

R = 19.59%
G = 38.51%
B = 41.89%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#57ABBA (or 0x57ABBA) is known color: Fountain Blue. HEX triplet: 57, AB and BA. RGB value is (87,171,186). Sum of RGB (Red+Green+Blue) = 87+171+186=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #57ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABBA is #A85445. Grayscale: #939393. Windows color (decimal): -11031622 or 12233559. OLE color: 12233559.

HSL color Cylindrical-coordinate representation of color #57ABBA: hue angle of 189.09º 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 #57ABBA is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 171 186 -
CMYK 0.53 0.08 0 0.27
HSL 189.09º 0.42% 0.54% -
HSV(B) 189.09º 0.53% 0.73% -
XYZ 27.36 34.7 51.71 -
YUV 147.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 87 171 186 0.53 0.08 0 0.27 189.09 0.42 0.54
Hex 57 AB BA 35 8 0 1B BD 2A 36
Octal 127 253 272 65 10 0 33 275 52 66
Binary 1010111 10101011 10111010 110101 1000 0 11011 10111101 101010 110110

Color Harmonies of #57ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ABBA

Black with #57ABBA

Text Example


Text Example

White with #57ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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