Html Css Color HEX #5DB8BB Fountain Blue

📋 copy color: '#5DB8BB'

red 93 ◦ green 184 ◦ blue 187

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

Shades of Fountain Blue #5DB8BB

Tints of Fountain Blue #5DB8BB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.66%

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

R = 20.04%
G = 39.66%
B = 40.3%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5DB8BB (or 0x5DB8BB) is known color: Fountain Blue. HEX triplet: 5D, B8 and BB. RGB value is (93,184,187). Sum of RGB (Red+Green+Blue) = 93+184+187=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #5DB8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB8BB is #A24744. Grayscale: #9D9D9D. Windows color (decimal): -10635077 or 12302429. OLE color: 12302429.

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

Color convert

RGB 93 184 187 -
CMYK 0.50 0.02 0 0.27
HSL 181.91º 0.41% 0.55% -
HSV(B) 181.91º 0.5% 0.73% -
XYZ 30.62 40.2 53.16 -
YUV 157.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 93 184 187 0.50 0.02 0 0.27 181.91 0.41 0.55
Hex 5D B8 BB 32 2 0 1B B6 29 37
Octal 135 270 273 62 2 0 33 266 51 67
Binary 1011101 10111000 10111011 110010 10 0 11011 10110110 101001 110111

Color Harmonies of #5DB8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB8BB

Black with #5DB8BB

Text Example


Text Example

White with #5DB8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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