Html Css Color HEX #57BBB9 Fountain Blue

📋 copy color: '#57BBB9'

red 87 ◦ green 187 ◦ blue 185

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

Shades of Fountain Blue #57BBB9

Tints of Fountain Blue #57BBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 18.95%
G = 40.74%
B = 40.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#57BBB9 (or 0x57BBB9) is known color: Fountain Blue. HEX triplet: 57, BB and B9. RGB value is (87,187,185). Sum of RGB (Red+Green+Blue) = 87+187+185=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #57BBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBB9 is #A84446. Grayscale: #9C9C9C. Windows color (decimal): -11027527 or 12172119. OLE color: 12172119.

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

Color convert

RGB 87 187 185 -
CMYK 0.53 0 0.01 0.27
HSL 178.8º 0.42% 0.54% -
HSV(B) 178.8º 0.53% 0.73% -
XYZ 30.46 41.07 52.22 -
YUV 156.87 143.87 78.16 -
System Red Green Blue C M Y K H S L
Decimal 87 187 185 0.53 0 0.01 0.27 178.8 0.42 0.54
Hex 57 BB B9 35 0 1 1B B3 2A 36
Octal 127 273 271 65 0 1 33 263 52 66
Binary 1010111 10111011 10111001 110101 0 1 11011 10110011 101010 110110

Color Harmonies of #57BBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BBB9

Black with #57BBB9

Text Example


Text Example

White with #57BBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,187,185); }

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

background-color css

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

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

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

border-color css

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

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

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