Html Css Color HEX #5FAEBF Fountain Blue

📋 copy color: '#5FAEBF'

red 95 ◦ green 174 ◦ blue 191

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

Shades of Fountain Blue #5FAEBF

Tints of Fountain Blue #5FAEBF

RGB

 RED value IS 95 (37.5% from 255) = 20.65%

 GREEN value IS 174 (68.36% from 255) = 37.83%

 BLUE value IS 191 (75% from 255) = 41.52%

R = 20.65%
G = 37.83%
B = 41.52%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5FAEBF (or 0x5FAEBF) is known color: Fountain Blue. HEX triplet: 5F, AE and BF. RGB value is (95,174,191). Sum of RGB (Red+Green+Blue) = 95+174+191=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #5FAEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAEBF is #A05140. Grayscale: #989898. Windows color (decimal): -10506561 or 12562015. OLE color: 12562015.

HSL color Cylindrical-coordinate representation of color #5FAEBF: hue angle of 190.62º degrees, saturation: 0.43, 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 #5FAEBF is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 174 191 -
CMYK 0.50 0.09 0 0.25
HSL 190.63º 0.43% 0.56% -
HSV(B) 190.63º 0.5% 0.75% -
XYZ 29.26 36.47 54.79 -
YUV 152.32 149.83 87.12 -
System Red Green Blue C M Y K H S L
Decimal 95 174 191 0.50 0.09 0 0.25 190.63 0.43 0.56
Hex 5F AE BF 32 9 0 19 BF 2B 38
Octal 137 256 277 62 11 0 31 277 53 70
Binary 1011111 10101110 10111111 110010 1001 0 11001 10111111 101011 111000

Color Harmonies of #5FAEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAEBF

Black with #5FAEBF

Text Example


Text Example

White with #5FAEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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