Html Css Color HEX #5BAFAC Fountain Blue

📋 copy color: '#5BAFAC'

red 91 ◦ green 175 ◦ blue 172

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

Shades of Fountain Blue #5BAFAC

Tints of Fountain Blue #5BAFAC

RGB

 RED value IS 91 (35.94% from 255) = 20.78%

 GREEN value IS 175 (68.75% from 255) = 39.95%

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 20.78%
G = 39.95%
B = 39.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#5BAFAC (or 0x5BAFAC) is known color: Fountain Blue. HEX triplet: 5B, AF and AC. RGB value is (91,175,172). Sum of RGB (Red+Green+Blue) = 91+175+172=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAFAC is #A45053. Grayscale: #959595. Windows color (decimal): -10768468 or 11317083. OLE color: 11317083.

HSL color Cylindrical-coordinate representation of color #5BAFAC: hue angle of 177.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAFAC is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 175 172 -
CMYK 0.48 0 0.02 0.31
HSL 177.86º 0.34% 0.52% -
HSV(B) 177.86º 0.48% 0.69% -
XYZ 27.09 35.86 44.52 -
YUV 149.54 140.67 86.24 -
System Red Green Blue C M Y K H S L
Decimal 91 175 172 0.48 0 0.02 0.31 177.86 0.34 0.52
Hex 5B AF AC 30 0 2 1F B2 22 34
Octal 133 257 254 60 0 2 37 262 42 64
Binary 1011011 10101111 10101100 110000 0 10 11111 10110010 100010 110100

Color Harmonies of #5BAFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAFAC

Black with #5BAFAC

Text Example


Text Example

White with #5BAFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,175,172); }

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

background-color css

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

 a { background-color: rgb(91,175,172); }

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

border-color css

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

 span { border-color: rgb(91,175,172); }

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