#5FAEC1

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

Shades of Fountain Blue #5FAEC1

Tints of Fountain Blue #5FAEC1

Color information

#5FAEC1 (or 0x5FAEC1) is unknown color: approx Fountain Blue. HEX triplet: 5F, AE and C1. RGB value is (95,174,193). Sum of RGB (Red+Green+Blue) = 95+174+193=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #5FAEC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAEC1 is #A0513E. Grayscale: #989898. Windows color (decimal): -10506559 or 12693087. OLE color: 12693087.

HSL color Cylindrical-coordinate representation of color #5FAEC1: hue angle of 191.63º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FAEC1 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB95174193-
CMYK0.510.1000.24
HSL191.63º44.14%56.47%-
HSV(B)191.63º50.78%75.69%-
XYZ29.4836.5655.95-
YUV152.54150.8386.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.56%
GREEN value IS 174 (68.36% from 255) = 37.66%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=20.56%
G=37.66%
B=41.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951741930.510.1000.24191.6344.1456.47
Hex5FAEC133A018c02c38
Octal13725630163120303005470
Binary10111111010111011000001110011101001100011000000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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