Html Css Color HEX #57BEBA Fountain Blue

📋 copy color: '#57BEBA'

red 87 ◦ green 190 ◦ blue 186

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

Shades of Fountain Blue #57BEBA

Tints of Fountain Blue #57BEBA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.04%

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

R = 18.79%
G = 41.04%
B = 40.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#57BEBA (or 0x57BEBA) is known color: Fountain Blue. HEX triplet: 57, BE and BA. RGB value is (87,190,186). Sum of RGB (Red+Green+Blue) = 87+190+186=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #57BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BEBA is #A84145. Grayscale: #9E9E9E. Windows color (decimal): -11026758 or 12238423. OLE color: 12238423.

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

Color convert

RGB 87 190 186 -
CMYK 0.54 0 0.02 0.25
HSL 177.67º 0.44% 0.54% -
HSV(B) 177.67º 0.54% 0.75% -
XYZ 31.21 42.4 52.99 -
YUV 158.75 143.38 76.83 -
System Red Green Blue C M Y K H S L
Decimal 87 190 186 0.54 0 0.02 0.25 177.67 0.44 0.54
Hex 57 BE BA 36 0 2 19 B2 2C 36
Octal 127 276 272 66 0 2 31 262 54 66
Binary 1010111 10111110 10111010 110110 0 10 11001 10110010 101100 110110

Color Harmonies of #57BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BEBA

Black with #57BEBA

Text Example


Text Example

White with #57BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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