Html Css Color HEX #57AAB5 Fountain Blue

📋 copy color: '#57AAB5'

red 87 ◦ green 170 ◦ blue 181

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

Shades of Fountain Blue #57AAB5

Tints of Fountain Blue #57AAB5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.81%

 BLUE value IS 181 (71.09% from 255) = 41.32%

R = 19.86%
G = 38.81%
B = 41.32%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#57AAB5 (or 0x57AAB5) is known color: Fountain Blue. HEX triplet: 57, AA and B5. RGB value is (87,170,181). Sum of RGB (Red+Green+Blue) = 87+170+181=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #57AAB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AAB5 is #A8554A. Grayscale: #929292. Windows color (decimal): -11031883 or 11905623. OLE color: 11905623.

HSL color Cylindrical-coordinate representation of color #57AAB5: hue angle of 187.02º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57AAB5 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 170 181 -
CMYK 0.52 0.06 0 0.29
HSL 187.02º 0.39% 0.53% -
HSV(B) 187.02º 0.52% 0.71% -
XYZ 26.65 34.11 48.9 -
YUV 146.44 147.5 85.61 -
System Red Green Blue C M Y K H S L
Decimal 87 170 181 0.52 0.06 0 0.29 187.02 0.39 0.53
Hex 57 AA B5 34 6 0 1D BB 27 35
Octal 127 252 265 64 6 0 35 273 47 65
Binary 1010111 10101010 10110101 110100 110 0 11101 10111011 100111 110101

Color Harmonies of #57AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AAB5

Black with #57AAB5

Text Example


Text Example

White with #57AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,170,181); }

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

background-color css

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

 a { background-color: rgb(87,170,181); }

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

border-color css

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

 span { border-color: rgb(87,170,181); }

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