Html Css Color HEX #5EBBBE Fountain Blue

📋 copy color: '#5EBBBE'

red 94 ◦ green 187 ◦ blue 190

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

Shades of Fountain Blue #5EBBBE

Tints of Fountain Blue #5EBBBE

RGB

 RED value IS 94 (37.11% from 255) = 19.96%

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

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

R = 19.96%
G = 39.7%
B = 40.34%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5EBBBE (or 0x5EBBBE) is known color: Fountain Blue. HEX triplet: 5E, BB and BE. RGB value is (94,187,190). Sum of RGB (Red+Green+Blue) = 94+187+190=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #5EBBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBBE is #A14441. Grayscale: #9F9F9F. Windows color (decimal): -10568770 or 12499806. OLE color: 12499806.

HSL color Cylindrical-coordinate representation of color #5EBBBE: hue angle of 181.88º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBBBE is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 187 190 -
CMYK 0.51 0.02 0 0.25
HSL 181.88º 0.42% 0.56% -
HSV(B) 181.88º 0.51% 0.75% -
XYZ 31.68 41.64 55.08 -
YUV 159.54 145.19 81.26 -
System Red Green Blue C M Y K H S L
Decimal 94 187 190 0.51 0.02 0 0.25 181.88 0.42 0.56
Hex 5E BB BE 33 2 0 19 B6 2A 38
Octal 136 273 276 63 2 0 31 266 52 70
Binary 1011110 10111011 10111110 110011 10 0 11001 10110110 101010 111000

Color Harmonies of #5EBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBBBE

Black with #5EBBBE

Text Example


Text Example

White with #5EBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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