Html Css Color HEX #55ABAC Fountain Blue

📋 copy color: '#55ABAC'

red 85 ◦ green 171 ◦ blue 172

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

Shades of Fountain Blue #55ABAC

Tints of Fountain Blue #55ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.95%

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 19.86%
G = 39.95%
B = 40.19%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#55ABAC (or 0x55ABAC) is known color: Fountain Blue. HEX triplet: 55, AB and AC. RGB value is (85,171,172). Sum of RGB (Red+Green+Blue) = 85+171+172=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #55ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55ABAC is #AA5453. Grayscale: #919191. Windows color (decimal): -11162708 or 11316053. OLE color: 11316053.

HSL color Cylindrical-coordinate representation of color #55ABAC: hue angle of 180.69º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55ABAC is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 171 172 -
CMYK 0.51 0.01 0 0.33
HSL 180.69º 0.34% 0.5% -
HSV(B) 180.69º 0.51% 0.67% -
XYZ 25.76 34.04 44.24 -
YUV 145.4 143.01 84.92 -
System Red Green Blue C M Y K H S L
Decimal 85 171 172 0.51 0.01 0 0.33 180.69 0.34 0.5
Hex 55 AB AC 33 1 0 21 B5 22 32
Octal 125 253 254 63 1 0 41 265 42 62
Binary 1010101 10101011 10101100 110011 1 0 100001 10110101 100010 110010

Color Harmonies of #55ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABAC

Black with #55ABAC

Text Example


Text Example

White with #55ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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