Html Css Color HEX #57BDB8 Fountain Blue

📋 copy color: '#57BDB8'

red 87 ◦ green 189 ◦ blue 184

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

Shades of Fountain Blue #57BDB8

Tints of Fountain Blue #57BDB8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.09%

 BLUE value IS 184 (72.27% from 255) = 40%

R = 18.91%
G = 41.09%
B = 40%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#57BDB8 (or 0x57BDB8) is known color: Fountain Blue. HEX triplet: 57, BD and B8. RGB value is (87,189,184). Sum of RGB (Red+Green+Blue) = 87+189+184=460 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.91% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #57BDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BDB8 is #A84247. Grayscale: #9D9D9D. Windows color (decimal): -11027016 or 12107095. OLE color: 12107095.

HSL color Cylindrical-coordinate representation of color #57BDB8: hue angle of 177.06º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BDB8 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 189 184 -
CMYK 0.54 0 0.03 0.26
HSL 177.06º 0.44% 0.54% -
HSV(B) 177.06º 0.54% 0.74% -
XYZ 30.78 41.88 51.81 -
YUV 157.93 142.71 77.41 -
System Red Green Blue C M Y K H S L
Decimal 87 189 184 0.54 0 0.03 0.26 177.06 0.44 0.54
Hex 57 BD B8 36 0 3 1A B1 2C 36
Octal 127 275 270 66 0 3 32 261 54 66
Binary 1010111 10111101 10111000 110110 0 11 11010 10110001 101100 110110

Color Harmonies of #57BDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BDB8

Black with #57BDB8

Text Example


Text Example

White with #57BDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,189,184); }

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

background-color css

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

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

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

border-color css

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

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

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