Html Css Color HEX #5DB0BB Fountain Blue

📋 copy color: '#5DB0BB'

red 93 ◦ green 176 ◦ blue 187

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

Shades of Fountain Blue #5DB0BB

Tints of Fountain Blue #5DB0BB

RGB

 RED value IS 93 (36.72% from 255) = 20.39%

 GREEN value IS 176 (69.14% from 255) = 38.6%

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

R = 20.39%
G = 38.6%
B = 41.01%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5DB0BB (or 0x5DB0BB) is known color: Fountain Blue. HEX triplet: 5D, B0 and BB. RGB value is (93,176,187). Sum of RGB (Red+Green+Blue) = 93+176+187=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #5DB0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB0BB is #A24F44. Grayscale: #989898. Windows color (decimal): -10637125 or 12300381. OLE color: 12300381.

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

Color convert

RGB 93 176 187 -
CMYK 0.50 0.06 0 0.27
HSL 187.02º 0.41% 0.55% -
HSV(B) 187.02º 0.5% 0.73% -
XYZ 29.01 36.97 52.62 -
YUV 152.44 147.5 85.61 -
System Red Green Blue C M Y K H S L
Decimal 93 176 187 0.50 0.06 0 0.27 187.02 0.41 0.55
Hex 5D B0 BB 32 6 0 1B BB 29 37
Octal 135 260 273 62 6 0 33 273 51 67
Binary 1011101 10110000 10111011 110010 110 0 11011 10111011 101001 110111

Color Harmonies of #5DB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB0BB

Black with #5DB0BB

Text Example


Text Example

White with #5DB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,176,187); }

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

background-color css

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

 a { background-color: rgb(93,176,187); }

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

border-color css

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

 span { border-color: rgb(93,176,187); }

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