Html Css Color HEX #5DB9BE Fountain Blue

📋 copy color: '#5DB9BE'

red 93 ◦ green 185 ◦ blue 190

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

Shades of Fountain Blue #5DB9BE

Tints of Fountain Blue #5DB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.53%

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

R = 19.87%
G = 39.53%
B = 40.6%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5DB9BE (or 0x5DB9BE) is known color: Fountain Blue. HEX triplet: 5D, B9 and BE. RGB value is (93,185,190). Sum of RGB (Red+Green+Blue) = 93+185+190=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 185 (72.66% from 255 or 39.53% 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 #5DB9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB9BE is #A24641. Grayscale: #9D9D9D. Windows color (decimal): -10634818 or 12499293. OLE color: 12499293.

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

Color convert

RGB 93 185 190 -
CMYK 0.51 0.03 0 0.25
HSL 183.09º 0.43% 0.55% -
HSV(B) 183.09º 0.51% 0.75% -
XYZ 31.16 40.74 54.94 -
YUV 158.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 93 185 190 0.51 0.03 0 0.25 183.09 0.43 0.55
Hex 5D B9 BE 33 3 0 19 B7 2B 37
Octal 135 271 276 63 3 0 31 267 53 67
Binary 1011101 10111001 10111110 110011 11 0 11001 10110111 101011 110111

Color Harmonies of #5DB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB9BE

Black with #5DB9BE

Text Example


Text Example

White with #5DB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,185,190); }

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

background-color css

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

 a { background-color: rgb(93,185,190); }

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

border-color css

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

 span { border-color: rgb(93,185,190); }

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