Html Css Color HEX #5BBBBE Fountain Blue

📋 copy color: '#5BBBBE'

red 91 ◦ green 187 ◦ blue 190

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

Shades of Fountain Blue #5BBBBE

Tints of Fountain Blue #5BBBBE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.96%

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

R = 19.44%
G = 39.96%
B = 40.6%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5BBBBE (or 0x5BBBBE) is known color: Fountain Blue. HEX triplet: 5B, BB and BE. RGB value is (91,187,190). Sum of RGB (Red+Green+Blue) = 91+187+190=468 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.44% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #5BBBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBBBE is #A44441. Grayscale: #9E9E9E. Windows color (decimal): -10765378 or 12499803. OLE color: 12499803.

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

Color convert

RGB 91 187 190 -
CMYK 0.52 0.02 0 0.25
HSL 181.82º 0.43% 0.55% -
HSV(B) 181.82º 0.52% 0.75% -
XYZ 31.38 41.48 55.07 -
YUV 158.64 145.7 79.76 -
System Red Green Blue C M Y K H S L
Decimal 91 187 190 0.52 0.02 0 0.25 181.82 0.43 0.55
Hex 5B BB BE 34 2 0 19 B6 2B 37
Octal 133 273 276 64 2 0 31 266 53 67
Binary 1011011 10111011 10111110 110100 10 0 11001 10110110 101011 110111

Color Harmonies of #5BBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBBBE

Black with #5BBBBE

Text Example


Text Example

White with #5BBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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