Html Css Color HEX #5DBAB7 Fountain Blue

📋 copy color: '#5DBAB7'

red 93 ◦ green 186 ◦ blue 183

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

Shades of Fountain Blue #5DBAB7

Tints of Fountain Blue #5DBAB7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.26%

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 20.13%
G = 40.26%
B = 39.61%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#5DBAB7 (or 0x5DBAB7) is known color: Fountain Blue. HEX triplet: 5D, BA and B7. RGB value is (93,186,183). Sum of RGB (Red+Green+Blue) = 93+186+183=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBAB7 is #A24548. Grayscale: #9D9D9D. Windows color (decimal): -10634569 or 12040797. OLE color: 12040797.

HSL color Cylindrical-coordinate representation of color #5DBAB7: hue angle of 178.06º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBAB7 is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 183 -
CMYK 0.5 0 0.02 0.27
HSL 178.06º 0.4% 0.55% -
HSV(B) 178.06º 0.5% 0.73% -
XYZ 30.62 40.86 51.07 -
YUV 157.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 93 186 183 0.5 0 0.02 0.27 178.06 0.4 0.55
Hex 5D BA B7 32 0 2 1B B2 28 37
Octal 135 272 267 62 0 2 33 262 50 67
Binary 1011101 10111010 10110111 110010 0 10 11011 10110010 101000 110111

Color Harmonies of #5DBAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBAB7

Black with #5DBAB7

Text Example


Text Example

White with #5DBAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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