Html Css Color HEX #5BAEBB Fountain Blue

📋 copy color: '#5BAEBB'

red 91 ◦ green 174 ◦ blue 187

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

Shades of Fountain Blue #5BAEBB

Tints of Fountain Blue #5BAEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 20.13%
G = 38.5%
B = 41.37%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5BAEBB (or 0x5BAEBB) is known color: Fountain Blue. HEX triplet: 5B, AE and BB. RGB value is (91,174,187). Sum of RGB (Red+Green+Blue) = 91+174+187=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #5BAEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAEBB is #A45144. Grayscale: #969696. Windows color (decimal): -10768709 or 12299867. OLE color: 12299867.

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

Color convert

RGB 91 174 187 -
CMYK 0.51 0.07 0 0.27
HSL 188.13º 0.41% 0.55% -
HSV(B) 188.13º 0.51% 0.73% -
XYZ 28.42 36.08 52.48 -
YUV 150.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 91 174 187 0.51 0.07 0 0.27 188.13 0.41 0.55
Hex 5B AE BB 33 7 0 1B BC 29 37
Octal 133 256 273 63 7 0 33 274 51 67
Binary 1011011 10101110 10111011 110011 111 0 11011 10111100 101001 110111

Color Harmonies of #5BAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAEBB

Black with #5BAEBB

Text Example


Text Example

White with #5BAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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