Html Css Color HEX #5DADBA Fountain Blue

📋 copy color: '#5DADBA'

red 93 ◦ green 173 ◦ blue 186

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

Shades of Fountain Blue #5DADBA

Tints of Fountain Blue #5DADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.27%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 20.58%
G = 38.27%
B = 41.15%

CMYK

 C value IS 0.5

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5DADBA (or 0x5DADBA) is known color: Fountain Blue. HEX triplet: 5D, AD and BA. RGB value is (93,173,186). Sum of RGB (Red+Green+Blue) = 93+173+186=452 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.58% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #5DADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADBA is #A25245. Grayscale: #969696. Windows color (decimal): -10637894 or 12234077. OLE color: 12234077.

HSL color Cylindrical-coordinate representation of color #5DADBA: hue angle of 188.39º 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 #5DADBA is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 173 186 -
CMYK 0.5 0.07 0 0.27
HSL 188.39º 0.4% 0.55% -
HSV(B) 188.39º 0.5% 0.73% -
XYZ 28.32 35.76 51.86 -
YUV 150.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 93 173 186 0.5 0.07 0 0.27 188.39 0.4 0.55
Hex 5D AD BA 32 7 0 1B BC 28 37
Octal 135 255 272 62 7 0 33 274 50 67
Binary 1011101 10101101 10111010 110010 111 0 11011 10111100 101000 110111

Color Harmonies of #5DADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DADBA

Black with #5DADBA

Text Example


Text Example

White with #5DADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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