Html Css Color HEX #55ACB7 Fountain Blue

📋 copy color: '#55ACB7'

red 85 ◦ green 172 ◦ blue 183

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

Shades of Fountain Blue #55ACB7

Tints of Fountain Blue #55ACB7

RGB

 RED value IS 85 (33.59% from 255) = 19.32%

 GREEN value IS 172 (67.58% from 255) = 39.09%

 BLUE value IS 183 (71.88% from 255) = 41.59%

R = 19.32%
G = 39.09%
B = 41.59%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#55ACB7 (or 0x55ACB7) is known color: Fountain Blue. HEX triplet: 55, AC and B7. RGB value is (85,172,183). Sum of RGB (Red+Green+Blue) = 85+172+183=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #55ACB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACB7 is #AA5348. Grayscale: #939393. Windows color (decimal): -11162441 or 12037205. OLE color: 12037205.

HSL color Cylindrical-coordinate representation of color #55ACB7: hue angle of 186.73º 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 #55ACB7 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 172 183 -
CMYK 0.54 0.06 0 0.28
HSL 186.73º 0.4% 0.53% -
HSV(B) 186.73º 0.54% 0.72% -
XYZ 27.05 34.86 50.1 -
YUV 147.24 148.18 83.61 -
System Red Green Blue C M Y K H S L
Decimal 85 172 183 0.54 0.06 0 0.28 186.73 0.4 0.53
Hex 55 AC B7 36 6 0 1C BB 28 35
Octal 125 254 267 66 6 0 34 273 50 65
Binary 1010101 10101100 10110111 110110 110 0 11100 10111011 101000 110101

Color Harmonies of #55ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACB7

Black with #55ACB7

Text Example


Text Example

White with #55ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55ACB7;
 }
 .AnyTagClassName
 {
   color: #55ACB7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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