Html Css Color HEX #5BAFBA Fountain Blue

📋 copy color: '#5BAFBA'

red 91 ◦ green 175 ◦ blue 186

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

Shades of Fountain Blue #5BAFBA

Tints of Fountain Blue #5BAFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 20.13%
G = 38.72%
B = 41.15%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5BAFBA (or 0x5BAFBA) is known color: Fountain Blue. HEX triplet: 5B, AF and BA. RGB value is (91,175,186). Sum of RGB (Red+Green+Blue) = 91+175+186=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #5BAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFBA is #A45045. Grayscale: #979797. Windows color (decimal): -10768454 or 12234587. OLE color: 12234587.

HSL color Cylindrical-coordinate representation of color #5BAFBA: hue angle of 186.95º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BAFBA is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 175 186 -
CMYK 0.51 0.06 0 0.27
HSL 186.95º 0.41% 0.54% -
HSV(B) 186.95º 0.51% 0.73% -
XYZ 28.51 36.43 51.98 -
YUV 151.14 147.67 85.11 -
System Red Green Blue C M Y K H S L
Decimal 91 175 186 0.51 0.06 0 0.27 186.95 0.41 0.54
Hex 5B AF BA 33 6 0 1B BB 29 36
Octal 133 257 272 63 6 0 33 273 51 66
Binary 1011011 10101111 10111010 110011 110 0 11011 10111011 101001 110110

Color Harmonies of #5BAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAFBA

Black with #5BAFBA

Text Example


Text Example

White with #5BAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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