Html Css Color HEX #5ABBBE Fountain Blue

📋 copy color: '#5ABBBE'

red 90 ◦ green 187 ◦ blue 190

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

Shades of Fountain Blue #5ABBBE

Tints of Fountain Blue #5ABBBE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.04%

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

R = 19.27%
G = 40.04%
B = 40.69%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5ABBBE (or 0x5ABBBE) is known color: Fountain Blue. HEX triplet: 5A, BB and BE. RGB value is (90,187,190). Sum of RGB (Red+Green+Blue) = 90+187+190=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #5ABBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBBE is #A54441. Grayscale: #9E9E9E. Windows color (decimal): -10830914 or 12499802. OLE color: 12499802.

HSL color Cylindrical-coordinate representation of color #5ABBBE: hue angle of 181.8º 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 #5ABBBE is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 187 190 -
CMYK 0.53 0.02 0 0.25
HSL 181.8º 0.43% 0.55% -
HSV(B) 181.8º 0.53% 0.75% -
XYZ 31.28 41.43 55.06 -
YUV 158.34 145.86 79.26 -
System Red Green Blue C M Y K H S L
Decimal 90 187 190 0.53 0.02 0 0.25 181.8 0.43 0.55
Hex 5A BB BE 35 2 0 19 B6 2B 37
Octal 132 273 276 65 2 0 31 266 53 67
Binary 1011010 10111011 10111110 110101 10 0 11001 10110110 101011 110111

Color Harmonies of #5ABBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABBBE

Black with #5ABBBE

Text Example


Text Example

White with #5ABBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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