Html Css Color HEX #55ACB9 Fountain Blue

📋 copy color: '#55ACB9'

red 85 ◦ green 172 ◦ blue 185

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

Shades of Fountain Blue #55ACB9

Tints of Fountain Blue #55ACB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 19.23%
G = 38.91%
B = 41.86%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#55ACB9 (or 0x55ACB9) is known color: Fountain Blue. HEX triplet: 55, AC and B9. RGB value is (85,172,185). Sum of RGB (Red+Green+Blue) = 85+172+185=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #55ACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACB9 is #AA5346. Grayscale: #939393. Windows color (decimal): -11162439 or 12168277. OLE color: 12168277.

HSL color Cylindrical-coordinate representation of color #55ACB9: hue angle of 187.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55ACB9 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 172 185 -
CMYK 0.54 0.07 0 0.27
HSL 187.8º 0.42% 0.53% -
HSV(B) 187.8º 0.54% 0.73% -
XYZ 27.26 34.94 51.21 -
YUV 147.47 149.18 83.44 -
System Red Green Blue C M Y K H S L
Decimal 85 172 185 0.54 0.07 0 0.27 187.8 0.42 0.53
Hex 55 AC B9 36 7 0 1B BC 2A 35
Octal 125 254 271 66 7 0 33 274 52 65
Binary 1010101 10101100 10111001 110110 111 0 11011 10111100 101010 110101

Color Harmonies of #55ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACB9

Black with #55ACB9

Text Example


Text Example

White with #55ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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