Html Css Color HEX #5BAFAB Fountain Blue

📋 copy color: '#5BAFAB'

red 91 ◦ green 175 ◦ blue 171

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

Shades of Fountain Blue #5BAFAB

Tints of Fountain Blue #5BAFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 20.82%
G = 40.05%
B = 39.13%

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

#5BAFAB (or 0x5BAFAB) is known color: Fountain Blue. HEX triplet: 5B, AF and AB. RGB value is (91,175,171). Sum of RGB (Red+Green+Blue) = 91+175+171=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAFAB is #A45054. Grayscale: #959595. Windows color (decimal): -10768469 or 11251547. OLE color: 11251547.

HSL color Cylindrical-coordinate representation of color #5BAFAB: hue angle of 177.14º 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 #5BAFAB is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 175 171 -
CMYK 0.48 0 0.02 0.31
HSL 177.14º 0.34% 0.52% -
HSV(B) 177.14º 0.48% 0.69% -
XYZ 27 35.82 44.02 -
YUV 149.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 91 175 171 0.48 0 0.02 0.31 177.14 0.34 0.52
Hex 5B AF AB 30 0 2 1F B1 22 34
Octal 133 257 253 60 0 2 37 261 42 64
Binary 1011011 10101111 10101011 110000 0 10 11111 10110001 100010 110100

Color Harmonies of #5BAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAFAB

Black with #5BAFAB

Text Example


Text Example

White with #5BAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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