Html Css Color HEX #5DB5BE Fountain Blue

📋 copy color: '#5DB5BE'

red 93 ◦ green 181 ◦ blue 190

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

Shades of Fountain Blue #5DB5BE

Tints of Fountain Blue #5DB5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.01%

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

R = 20.04%
G = 39.01%
B = 40.95%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5DB5BE (or 0x5DB5BE) is known color: Fountain Blue. HEX triplet: 5D, B5 and BE. RGB value is (93,181,190). Sum of RGB (Red+Green+Blue) = 93+181+190=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DB5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB5BE is #A24A41. Grayscale: #9B9B9B. Windows color (decimal): -10635842 or 12498269. OLE color: 12498269.

HSL color Cylindrical-coordinate representation of color #5DB5BE: hue angle of 185.57º 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 #5DB5BE is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 181 190 -
CMYK 0.51 0.05 0 0.25
HSL 185.57º 0.43% 0.55% -
HSV(B) 185.57º 0.51% 0.75% -
XYZ 30.33 39.09 54.66 -
YUV 155.71 147.35 83.27 -
System Red Green Blue C M Y K H S L
Decimal 93 181 190 0.51 0.05 0 0.25 185.57 0.43 0.55
Hex 5D B5 BE 33 5 0 19 BA 2B 37
Octal 135 265 276 63 5 0 31 272 53 67
Binary 1011101 10110101 10111110 110011 101 0 11001 10111010 101011 110111

Color Harmonies of #5DB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB5BE

Black with #5DB5BE

Text Example


Text Example

White with #5DB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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