Html Css Color HEX #5DB8BA Fountain Blue

📋 copy color: '#5DB8BA'

red 93 ◦ green 184 ◦ blue 186

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

Shades of Fountain Blue #5DB8BA

Tints of Fountain Blue #5DB8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 20.09%
G = 39.74%
B = 40.17%

CMYK

 C value IS 0.5

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5DB8BA (or 0x5DB8BA) is known color: Fountain Blue. HEX triplet: 5D, B8 and BA. RGB value is (93,184,186). Sum of RGB (Red+Green+Blue) = 93+184+186=463 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.09% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #5DB8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB8BA is #A24745. Grayscale: #9C9C9C. Windows color (decimal): -10635078 or 12236893. OLE color: 12236893.

HSL color Cylindrical-coordinate representation of color #5DB8BA: hue angle of 181.29º degrees, saturation: 0.4, 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 #5DB8BA is Cyan = 0.5, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 184 186 -
CMYK 0.5 0.01 0 0.27
HSL 181.29º 0.4% 0.55% -
HSV(B) 181.29º 0.5% 0.73% -
XYZ 30.52 40.15 52.6 -
YUV 157.02 144.35 82.34 -
System Red Green Blue C M Y K H S L
Decimal 93 184 186 0.5 0.01 0 0.27 181.29 0.4 0.55
Hex 5D B8 BA 32 1 0 1B B5 28 37
Octal 135 270 272 62 1 0 33 265 50 67
Binary 1011101 10111000 10111010 110010 1 0 11011 10110101 101000 110111

Color Harmonies of #5DB8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB8BA

Black with #5DB8BA

Text Example


Text Example

White with #5DB8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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