Html Css Color HEX #5BAEBC Fountain Blue

📋 copy color: '#5BAEBC'

red 91 ◦ green 174 ◦ blue 188

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

Shades of Fountain Blue #5BAEBC

Tints of Fountain Blue #5BAEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.41%

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 20.09%
G = 38.41%
B = 41.5%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5BAEBC (or 0x5BAEBC) is known color: Fountain Blue. HEX triplet: 5B, AE and BC. RGB value is (91,174,188). Sum of RGB (Red+Green+Blue) = 91+174+188=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #5BAEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAEBC is #A45143. Grayscale: #969696. Windows color (decimal): -10768708 or 12365403. OLE color: 12365403.

HSL color Cylindrical-coordinate representation of color #5BAEBC: hue angle of 188.66º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BAEBC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 174 188 -
CMYK 0.52 0.07 0 0.26
HSL 188.66º 0.42% 0.55% -
HSV(B) 188.66º 0.52% 0.74% -
XYZ 28.53 36.13 53.05 -
YUV 150.78 149 85.36 -
System Red Green Blue C M Y K H S L
Decimal 91 174 188 0.52 0.07 0 0.26 188.66 0.42 0.55
Hex 5B AE BC 34 7 0 1A BD 2A 37
Octal 133 256 274 64 7 0 32 275 52 67
Binary 1011011 10101110 10111100 110100 111 0 11010 10111101 101010 110111

Color Harmonies of #5BAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAEBC

Black with #5BAEBC

Text Example


Text Example

White with #5BAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,174,188); }

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

background-color css

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

 a { background-color: rgb(91,174,188); }

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

border-color css

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

 span { border-color: rgb(91,174,188); }

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