Html Css Color HEX #5BAFBE Fountain Blue

📋 copy color: '#5BAFBE'

red 91 ◦ green 175 ◦ blue 190

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

Shades of Fountain Blue #5BAFBE

Tints of Fountain Blue #5BAFBE

RGB

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

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

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

R = 19.96%
G = 38.38%
B = 41.67%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5BAFBE (or 0x5BAFBE) is known color: Fountain Blue. HEX triplet: 5B, AF and BE. RGB value is (91,175,190). Sum of RGB (Red+Green+Blue) = 91+175+190=456 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.96% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #5BAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFBE is #A45041. Grayscale: #979797. Windows color (decimal): -10768450 or 12496731. OLE color: 12496731.

HSL color Cylindrical-coordinate representation of color #5BAFBE: hue angle of 189.09º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BAFBE is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 175 190 -
CMYK 0.52 0.08 0 0.25
HSL 189.09º 0.43% 0.55% -
HSV(B) 189.09º 0.52% 0.75% -
XYZ 28.94 36.6 54.25 -
YUV 151.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 91 175 190 0.52 0.08 0 0.25 189.09 0.43 0.55
Hex 5B AF BE 34 8 0 19 BD 2B 37
Octal 133 257 276 64 10 0 31 275 53 67
Binary 1011011 10101111 10111110 110100 1000 0 11001 10111101 101011 110111

Color Harmonies of #5BAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAFBE

Black with #5BAFBE

Text Example


Text Example

White with #5BAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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