Html Css Color HEX #57B4B9 Fountain Blue

📋 copy color: '#57B4B9'

red 87 ◦ green 180 ◦ blue 185

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

Shades of Fountain Blue #57B4B9

Tints of Fountain Blue #57B4B9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.82%

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

R = 19.25%
G = 39.82%
B = 40.93%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#57B4B9 (or 0x57B4B9) is known color: Fountain Blue. HEX triplet: 57, B4 and B9. RGB value is (87,180,185). Sum of RGB (Red+Green+Blue) = 87+180+185=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #57B4B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B4B9 is #A84B46. Grayscale: #989898. Windows color (decimal): -11029319 or 12170327. OLE color: 12170327.

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

Color convert

RGB 87 180 185 -
CMYK 0.53 0.03 0 0.27
HSL 183.06º 0.41% 0.53% -
HSV(B) 183.06º 0.53% 0.73% -
XYZ 29.01 38.17 51.74 -
YUV 152.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 87 180 185 0.53 0.03 0 0.27 183.06 0.41 0.53
Hex 57 B4 B9 35 3 0 1B B7 29 35
Octal 127 264 271 65 3 0 33 267 51 65
Binary 1010111 10110100 10111001 110101 11 0 11011 10110111 101001 110101

Color Harmonies of #57B4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B4B9

Black with #57B4B9

Text Example


Text Example

White with #57B4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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