Html Css Color HEX #5DB6BE Fountain Blue

📋 copy color: '#5DB6BE'

red 93 ◦ green 182 ◦ blue 190

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

Shades of Fountain Blue #5DB6BE

Tints of Fountain Blue #5DB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.14%

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

R = 20%
G = 39.14%
B = 40.86%

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

#5DB6BE (or 0x5DB6BE) is known color: Fountain Blue. HEX triplet: 5D, B6 and BE. RGB value is (93,182,190). Sum of RGB (Red+Green+Blue) = 93+182+190=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DB6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB6BE is #A24941. Grayscale: #9C9C9C. Windows color (decimal): -10635586 or 12498525. OLE color: 12498525.

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

Color convert

RGB 93 182 190 -
CMYK 0.51 0.04 0 0.25
HSL 184.95º 0.43% 0.55% -
HSV(B) 184.95º 0.51% 0.75% -
XYZ 30.54 39.5 54.73 -
YUV 156.3 147.01 82.85 -
System Red Green Blue C M Y K H S L
Decimal 93 182 190 0.51 0.04 0 0.25 184.95 0.43 0.55
Hex 5D B6 BE 33 4 0 19 B9 2B 37
Octal 135 266 276 63 4 0 31 271 53 67
Binary 1011101 10110110 10111110 110011 100 0 11001 10111001 101011 110111

Color Harmonies of #5DB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB6BE

Black with #5DB6BE

Text Example


Text Example

White with #5DB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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