#5FAEBE

Color #5FAEBE Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5FAEBE

Tints of Fountain Blue #5FAEBE

Color information

#5FAEBE (or 0x5FAEBE) is unknown color: approx Fountain Blue. HEX triplet: 5F, AE and BE. RGB value is (95,174,190). Sum of RGB (Red+Green+Blue) = 95+174+190=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #5FAEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAEBE is #A05141. Grayscale: #989898. Windows color (decimal): -10506562 or 12496479. OLE color: 12496479.

HSL color Cylindrical-coordinate representation of color #5FAEBE: hue angle of 190.11º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FAEBE is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB95174190-
CMYK0.50.0800.25
HSL190.11º42.22%55.88%-
HSV(B)190.11º50%74.51%-
XYZ29.1536.4254.21-
YUV152.2149.3387.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.70%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=20.70%
G=37.91%
B=41.39%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951741900.50.0800.25190.1142.2255.88
Hex5FAEBE328019be2a38
Octal13725627662100312765270
Binary10111111010111010111110110010100001100110111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,190); }

 H1.HeaderClassName
 {
   color: #5FAEBE;
 }
 .AnyTagClassName
 {
   color: #5FAEBE;
 }
</style>
background-color css

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

 a { background-color: rgb(95,174,190); }

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

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

 span { border-color: rgb(95,174,190); }

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