Html Css Color HEX #5FAEBE Fountain Blue

📋 copy color: '#5FAEBE'

red 95 ◦ green 174 ◦ blue 190

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

Shades of Fountain Blue #5FAEBE

Tints of Fountain Blue #5FAEBE

RGB

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

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

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

R = 20.7%
G = 37.91%
B = 41.39%

CMYK

 C value IS 0.5

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5FAEBE (or 0x5FAEBE) is known color: 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

RGB 95 174 190 -
CMYK 0.5 0.08 0 0.25
HSL 190.11º 0.42% 0.56% -
HSV(B) 190.11º 0.5% 0.75% -
XYZ 29.15 36.42 54.21 -
YUV 152.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 95 174 190 0.5 0.08 0 0.25 190.11 0.42 0.56
Hex 5F AE BE 32 8 0 19 BE 2A 38
Octal 137 256 276 62 10 0 31 276 52 70
Binary 1011111 10101110 10111110 110010 1000 0 11001 10111110 101010 111000

Color Harmonies of #5FAEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAEBE

Black with #5FAEBE

Text Example


Text Example

White with #5FAEBE

Text Example


Text Example

HTML Codes & Css Web 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>