Html Css Color HEX #5DB7BE Fountain Blue

📋 copy color: '#5DB7BE'

red 93 ◦ green 183 ◦ blue 190

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

Shades of Fountain Blue #5DB7BE

Tints of Fountain Blue #5DB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.27%

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

R = 19.96%
G = 39.27%
B = 40.77%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5DB7BE (or 0x5DB7BE) is known color: Fountain Blue. HEX triplet: 5D, B7 and BE. RGB value is (93,183,190). Sum of RGB (Red+Green+Blue) = 93+183+190=466 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.96% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DB7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB7BE is #A24841. Grayscale: #9C9C9C. Windows color (decimal): -10635330 or 12498781. OLE color: 12498781.

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

Color convert

RGB 93 183 190 -
CMYK 0.51 0.04 0 0.25
HSL 184.33º 0.43% 0.55% -
HSV(B) 184.33º 0.51% 0.75% -
XYZ 30.74 39.91 54.8 -
YUV 156.89 146.68 82.43 -
System Red Green Blue C M Y K H S L
Decimal 93 183 190 0.51 0.04 0 0.25 184.33 0.43 0.55
Hex 5D B7 BE 33 4 0 19 B8 2B 37
Octal 135 267 276 63 4 0 31 270 53 67
Binary 1011101 10110111 10111110 110011 100 0 11001 10111000 101011 110111

Color Harmonies of #5DB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB7BE

Black with #5DB7BE

Text Example


Text Example

White with #5DB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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