Html Css Color HEX #55AFB9 Fountain Blue

📋 copy color: '#55AFB9'

red 85 ◦ green 175 ◦ blue 185

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

Shades of Fountain Blue #55AFB9

Tints of Fountain Blue #55AFB9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.33%

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

R = 19.1%
G = 39.33%
B = 41.57%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#55AFB9 (or 0x55AFB9) is known color: Fountain Blue. HEX triplet: 55, AF and B9. RGB value is (85,175,185). Sum of RGB (Red+Green+Blue) = 85+175+185=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #55AFB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFB9 is #AA5046. Grayscale: #959595. Windows color (decimal): -11161671 or 12169045. OLE color: 12169045.

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

Color convert

RGB 85 175 185 -
CMYK 0.54 0.05 0 0.27
HSL 186º 0.42% 0.53% -
HSV(B) 186º 0.54% 0.73% -
XYZ 27.83 36.09 51.4 -
YUV 149.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 85 175 185 0.54 0.05 0 0.27 186 0.42 0.53
Hex 55 AF B9 36 5 0 1B BA 2A 35
Octal 125 257 271 66 5 0 33 272 52 65
Binary 1010101 10101111 10111001 110110 101 0 11011 10111010 101010 110101

Color Harmonies of #55AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AFB9

Black with #55AFB9

Text Example


Text Example

White with #55AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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