Html Css Color HEX #5FBABD Fountain Blue

📋 copy color: '#5FBABD'

red 95 ◦ green 186 ◦ blue 189

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

Shades of Fountain Blue #5FBABD

Tints of Fountain Blue #5FBABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.57%

 BLUE value IS 189 (74.22% from 255) = 40.21%

R = 20.21%
G = 39.57%
B = 40.21%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5FBABD (or 0x5FBABD) is known color: Fountain Blue. HEX triplet: 5F, BA and BD. RGB value is (95,186,189). Sum of RGB (Red+Green+Blue) = 95+186+189=470 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.21% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #5FBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBABD is #A04542. Grayscale: #9F9F9F. Windows color (decimal): -10503491 or 12434015. OLE color: 12434015.

HSL color Cylindrical-coordinate representation of color #5FBABD: hue angle of 181.91º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBABD is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 186 189 -
CMYK 0.50 0.02 0 0.26
HSL 181.91º 0.42% 0.56% -
HSV(B) 181.91º 0.5% 0.74% -
XYZ 31.46 41.22 54.44 -
YUV 159.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 95 186 189 0.50 0.02 0 0.26 181.91 0.42 0.56
Hex 5F BA BD 32 2 0 1A B6 2A 38
Octal 137 272 275 62 2 0 32 266 52 70
Binary 1011111 10111010 10111101 110010 10 0 11010 10110110 101010 111000

Color Harmonies of #5FBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBABD

Black with #5FBABD

Text Example


Text Example

White with #5FBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,186,189); }

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

background-color css

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

 a { background-color: rgb(95,186,189); }

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

border-color css

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

 span { border-color: rgb(95,186,189); }

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