Html Css Color HEX #5DB2BE Fountain Blue

📋 copy color: '#5DB2BE'

red 93 ◦ green 178 ◦ blue 190

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

Shades of Fountain Blue #5DB2BE

Tints of Fountain Blue #5DB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.61%

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

R = 20.17%
G = 38.61%
B = 41.21%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5DB2BE (or 0x5DB2BE) is known color: Fountain Blue. HEX triplet: 5D, B2 and BE. RGB value is (93,178,190). Sum of RGB (Red+Green+Blue) = 93+178+190=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DB2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB2BE is #A24D41. Grayscale: #999999. Windows color (decimal): -10636610 or 12497501. OLE color: 12497501.

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

Color convert

RGB 93 178 190 -
CMYK 0.51 0.06 0 0.25
HSL 187.42º 0.43% 0.55% -
HSV(B) 187.42º 0.51% 0.75% -
XYZ 29.73 37.89 54.46 -
YUV 153.95 148.34 84.52 -
System Red Green Blue C M Y K H S L
Decimal 93 178 190 0.51 0.06 0 0.25 187.42 0.43 0.55
Hex 5D B2 BE 33 6 0 19 BB 2B 37
Octal 135 262 276 63 6 0 31 273 53 67
Binary 1011101 10110010 10111110 110011 110 0 11001 10111011 101011 110111

Color Harmonies of #5DB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB2BE

Black with #5DB2BE

Text Example


Text Example

White with #5DB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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