Html Css Color HEX #55BABB Fountain Blue

📋 copy color: '#55BABB'

red 85 ◦ green 186 ◦ blue 187

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

Shades of Fountain Blue #55BABB

Tints of Fountain Blue #55BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.61%

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 18.56%
G = 40.61%
B = 40.83%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#55BABB (or 0x55BABB) is known color: Fountain Blue. HEX triplet: 55, BA and BB. RGB value is (85,186,187). Sum of RGB (Red+Green+Blue) = 85+186+187=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #55BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BABB is #AA4544. Grayscale: #9B9B9B. Windows color (decimal): -11158853 or 12302933. OLE color: 12302933.

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

Color convert

RGB 85 186 187 -
CMYK 0.55 0.01 0 0.27
HSL 180.59º 0.43% 0.53% -
HSV(B) 180.59º 0.55% 0.73% -
XYZ 30.27 40.64 53.26 -
YUV 155.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 85 186 187 0.55 0.01 0 0.27 180.59 0.43 0.53
Hex 55 BA BB 37 1 0 1B B5 2B 35
Octal 125 272 273 67 1 0 33 265 53 65
Binary 1010101 10111010 10111011 110111 1 0 11011 10110101 101011 110101

Color Harmonies of #55BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BABB

Black with #55BABB

Text Example


Text Example

White with #55BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,186,187); }

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

background-color css

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

 a { background-color: rgb(85,186,187); }

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

border-color css

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

 span { border-color: rgb(85,186,187); }

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