Html Css Color HEX #5AAFBC Fountain Blue

📋 copy color: '#5AAFBC'

red 90 ◦ green 175 ◦ blue 188

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

Shades of Fountain Blue #5AAFBC

Tints of Fountain Blue #5AAFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 19.87%
G = 38.63%
B = 41.5%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5AAFBC (or 0x5AAFBC) is known color: Fountain Blue. HEX triplet: 5A, AF and BC. RGB value is (90,175,188). Sum of RGB (Red+Green+Blue) = 90+175+188=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #5AAFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAFBC is #A55043. Grayscale: #969696. Windows color (decimal): -10833988 or 12365658. OLE color: 12365658.

HSL color Cylindrical-coordinate representation of color #5AAFBC: hue angle of 187.96º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AAFBC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 175 188 -
CMYK 0.52 0.07 0 0.26
HSL 187.96º 0.42% 0.55% -
HSV(B) 187.96º 0.52% 0.74% -
XYZ 28.62 36.46 53.11 -
YUV 151.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 90 175 188 0.52 0.07 0 0.26 187.96 0.42 0.55
Hex 5A AF BC 34 7 0 1A BC 2A 37
Octal 132 257 274 64 7 0 32 274 52 67
Binary 1011010 10101111 10111100 110100 111 0 11010 10111100 101010 110111

Color Harmonies of #5AAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAFBC

Black with #5AAFBC

Text Example


Text Example

White with #5AAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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