Html Css Color HEX #55AAAE Fountain Blue

📋 copy color: '#55AAAE'

red 85 ◦ green 170 ◦ blue 174

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

Shades of Fountain Blue #55AAAE

Tints of Fountain Blue #55AAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.63%

 BLUE value IS 174 (68.36% from 255) = 40.56%

R = 19.81%
G = 39.63%
B = 40.56%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#55AAAE (or 0x55AAAE) is known color: Fountain Blue. HEX triplet: 55, AA and AE. RGB value is (85,170,174). Sum of RGB (Red+Green+Blue) = 85+170+174=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #55AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AAAE is #AA5551. Grayscale: #909090. Windows color (decimal): -11162962 or 11446869. OLE color: 11446869.

HSL color Cylindrical-coordinate representation of color #55AAAE: hue angle of 182.7º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AAAE is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 170 174 -
CMYK 0.51 0.02 0 0.32
HSL 182.7º 0.35% 0.51% -
HSV(B) 182.7º 0.51% 0.68% -
XYZ 25.76 33.74 45.2 -
YUV 145.04 144.34 85.17 -
System Red Green Blue C M Y K H S L
Decimal 85 170 174 0.51 0.02 0 0.32 182.7 0.35 0.51
Hex 55 AA AE 33 2 0 20 B7 23 33
Octal 125 252 256 63 2 0 40 267 43 63
Binary 1010101 10101010 10101110 110011 10 0 100000 10110111 100011 110011

Color Harmonies of #55AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AAAE

Black with #55AAAE

Text Example


Text Example

White with #55AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,170,174); }

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

background-color css

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

 a { background-color: rgb(85,170,174); }

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

border-color css

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

 span { border-color: rgb(85,170,174); }

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