Html Css Color HEX #5BABBA Fountain Blue

📋 copy color: '#5BABBA'

red 91 ◦ green 171 ◦ blue 186

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

Shades of Fountain Blue #5BABBA

Tints of Fountain Blue #5BABBA

RGB

 RED value IS 91 (35.94% from 255) = 20.31%

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 20.31%
G = 38.17%
B = 41.52%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5BABBA (or 0x5BABBA) is known color: Fountain Blue. HEX triplet: 5B, AB and BA. RGB value is (91,171,186). Sum of RGB (Red+Green+Blue) = 91+171+186=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #5BABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BABBA is #A45445. Grayscale: #949494. Windows color (decimal): -10769478 or 12233563. OLE color: 12233563.

HSL color Cylindrical-coordinate representation of color #5BABBA: hue angle of 189.47º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BABBA is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 171 186 -
CMYK 0.51 0.08 0 0.27
HSL 189.47º 0.41% 0.54% -
HSV(B) 189.47º 0.51% 0.73% -
XYZ 27.74 34.9 51.73 -
YUV 148.79 149 86.78 -
System Red Green Blue C M Y K H S L
Decimal 91 171 186 0.51 0.08 0 0.27 189.47 0.41 0.54
Hex 5B AB BA 33 8 0 1B BD 29 36
Octal 133 253 272 63 10 0 33 275 51 66
Binary 1011011 10101011 10111010 110011 1000 0 11011 10111101 101001 110110

Color Harmonies of #5BABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BABBA

Black with #5BABBA

Text Example


Text Example

White with #5BABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BABBA; }

 p { color: rgb(91,171,186); }

 H1.HeaderClassName
 {
   color: #5BABBA;
 }
 .AnyTagClassName
 {
   color: #5BABBA;
 }
</style>

background-color css

<style>
 a { background-color: #5BABBA; }

 a { background-color: rgb(91,171,186); }

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

border-color css

<style>
 span { border-color: #5BABBA; }

 span { border-color: rgb(91,171,186); }

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