#55AFB7

Color #55AFB7 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #55AFB7

Tints of Fountain Blue #55AFB7

Color information

#55AFB7 (or 0x55AFB7) is unknown color: approx Fountain Blue. HEX triplet: 55, AF and B7. RGB value is (85,175,183). Sum of RGB (Red+Green+Blue) = 85+175+183=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #55AFB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFB7 is #AA5048. Grayscale: #949494. Windows color (decimal): -11161673 or 12037973. OLE color: 12037973.

HSL color Cylindrical-coordinate representation of color #55AFB7: hue angle of 184.9º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55AFB7 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB85175183-
CMYK0.540.0400.28
HSL184.9º40.5%52.55%-
HSV(B)184.9º53.55%71.76%-
XYZ27.6236.0150.29-
YUV149147.1882.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.19%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=19.19%
G=39.50%
B=41.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851751830.540.0400.28184.940.552.55
Hex55AFB736401Cb92835
Octal1252572676640342715065
Binary1010101101011111011011111011010001110010111001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AFB7; }

 p { color: rgb(85,175,183); }

 H1.HeaderClassName
 {
   color: #55AFB7;
 }
 .AnyTagClassName
 {
   color: #55AFB7;
 }
</style>
background-color css

<style>
 a { background-color: #55AFB7; }

 a { background-color: rgb(85,175,183); }

 div.DivClassName
 {
   background-color: #55AFB7;
 }
 .BgClassName
 {
   background-color: #55AFB7;
 }
</style>
border-color css

<style>
 span { border-color: #55AFB7; }

 span { border-color: rgb(85,175,183); }

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