Html Css Color HEX #5ABCBE Fountain Blue

📋 copy color: '#5ABCBE'

red 90 ◦ green 188 ◦ blue 190

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

Shades of Fountain Blue #5ABCBE

Tints of Fountain Blue #5ABCBE

RGB

 RED value IS 90 (35.55% from 255) = 19.23%

 GREEN value IS 188 (73.83% from 255) = 40.17%

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 19.23%
G = 40.17%
B = 40.6%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5ABCBE (or 0x5ABCBE) is known color: Fountain Blue. HEX triplet: 5A, BC and BE. RGB value is (90,188,190). Sum of RGB (Red+Green+Blue) = 90+188+190=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #5ABCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCBE is #A54341. Grayscale: #9E9E9E. Windows color (decimal): -10830658 or 12500058. OLE color: 12500058.

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

Color convert

RGB 90 188 190 -
CMYK 0.53 0.01 0 0.25
HSL 181.2º 0.43% 0.55% -
HSV(B) 181.2º 0.53% 0.75% -
XYZ 31.49 41.86 55.13 -
YUV 158.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 90 188 190 0.53 0.01 0 0.25 181.2 0.43 0.55
Hex 5A BC BE 35 1 0 19 B5 2B 37
Octal 132 274 276 65 1 0 31 265 53 67
Binary 1011010 10111100 10111110 110101 1 0 11001 10110101 101011 110111

Color Harmonies of #5ABCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCBE

Black with #5ABCBE

Text Example


Text Example

White with #5ABCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,188,190); }

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

background-color css

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

 a { background-color: rgb(90,188,190); }

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

border-color css

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

 span { border-color: rgb(90,188,190); }

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