Html Css Color HEX #57B8BC Fountain Blue

📋 copy color: '#57B8BC'

red 87 ◦ green 184 ◦ blue 188

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

Shades of Fountain Blue #57B8BC

Tints of Fountain Blue #57B8BC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.09%

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 18.95%
G = 40.09%
B = 40.96%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#57B8BC (or 0x57B8BC) is known color: Fountain Blue. HEX triplet: 57, B8 and BC. RGB value is (87,184,188). Sum of RGB (Red+Green+Blue) = 87+184+188=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #57B8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B8BC is #A84743. Grayscale: #9B9B9B. Windows color (decimal): -11028292 or 12367959. OLE color: 12367959.

HSL color Cylindrical-coordinate representation of color #57B8BC: hue angle of 182.38º degrees, saturation: 0.43, 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 #57B8BC is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 184 188 -
CMYK 0.54 0.02 0 0.26
HSL 182.38º 0.43% 0.54% -
HSV(B) 182.38º 0.54% 0.74% -
XYZ 30.15 39.94 53.7 -
YUV 155.45 146.36 79.17 -
System Red Green Blue C M Y K H S L
Decimal 87 184 188 0.54 0.02 0 0.26 182.38 0.43 0.54
Hex 57 B8 BC 36 2 0 1A B6 2B 36
Octal 127 270 274 66 2 0 32 266 53 66
Binary 1010111 10111000 10111100 110110 10 0 11010 10110110 101011 110110

Color Harmonies of #57B8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B8BC

Black with #57B8BC

Text Example


Text Example

White with #57B8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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