Html Css Color HEX #55AFB6 Fountain Blue

📋 copy color: '#55AFB6'

red 85 ◦ green 175 ◦ blue 182

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

Shades of Fountain Blue #55AFB6

Tints of Fountain Blue #55AFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.18%

R = 19.23%
G = 39.59%
B = 41.18%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#55AFB6 (or 0x55AFB6) is known color: Fountain Blue. HEX triplet: 55, AF and B6. RGB value is (85,175,182). Sum of RGB (Red+Green+Blue) = 85+175+182=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #55AFB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFB6 is #AA5049. Grayscale: #949494. Windows color (decimal): -11161674 or 11972437. OLE color: 11972437.

HSL color Cylindrical-coordinate representation of color #55AFB6: hue angle of 184.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55AFB6 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 175 182 -
CMYK 0.53 0.04 0 0.29
HSL 184.33º 0.4% 0.52% -
HSV(B) 184.33º 0.53% 0.71% -
XYZ 27.52 35.97 49.75 -
YUV 148.89 146.68 82.43 -
System Red Green Blue C M Y K H S L
Decimal 85 175 182 0.53 0.04 0 0.29 184.33 0.4 0.52
Hex 55 AF B6 35 4 0 1D B8 28 34
Octal 125 257 266 65 4 0 35 270 50 64
Binary 1010101 10101111 10110110 110101 100 0 11101 10111000 101000 110100

Color Harmonies of #55AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AFB6

Black with #55AFB6

Text Example


Text Example

White with #55AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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