#55AFB4

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

Shades of Fountain Blue #55AFB4

Tints of Fountain Blue #55AFB4

Color information

#55AFB4 (or 0x55AFB4) is unknown color: approx Fountain Blue. HEX triplet: 55, AF and B4. RGB value is (85,175,180). Sum of RGB (Red+Green+Blue) = 85+175+180=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #55AFB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFB4 is #AA504B. Grayscale: #949494. Windows color (decimal): -11161676 or 11841365. OLE color: 11841365.

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

Color convert

RGB85175180-
CMYK0.530.0300.29
HSL183.16º38.78%51.96%-
HSV(B)183.16º52.78%70.59%-
XYZ27.3135.8948.67-
YUV148.66145.6882.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.32%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=19.32%
G=39.77%
B=40.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851751800.530.0300.29183.1638.7851.96
Hex55AFB435301Db72734
Octal1252572646530352674764
Binary101010110101111101101001101011101110110110111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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