Html Css Color HEX #5DA9B9 Fountain Blue

📋 copy color: '#5DA9B9'

red 93 ◦ green 169 ◦ blue 185

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

Shades of Fountain Blue #5DA9B9

Tints of Fountain Blue #5DA9B9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.81%

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 20.81%
G = 37.81%
B = 41.39%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5DA9B9 (or 0x5DA9B9) is known color: Fountain Blue. HEX triplet: 5D, A9 and B9. RGB value is (93,169,185). Sum of RGB (Red+Green+Blue) = 93+169+185=447 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.81% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #5DA9B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA9B9 is #A25646. Grayscale: #939393. Windows color (decimal): -10638919 or 12167517. OLE color: 12167517.

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

Color convert

RGB 93 169 185 -
CMYK 0.50 0.09 0 0.27
HSL 190.43º 0.4% 0.55% -
HSV(B) 190.43º 0.5% 0.73% -
XYZ 27.46 34.21 51.05 -
YUV 148.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 93 169 185 0.50 0.09 0 0.27 190.43 0.4 0.55
Hex 5D A9 B9 32 9 0 1B BE 28 37
Octal 135 251 271 62 11 0 33 276 50 67
Binary 1011101 10101001 10111001 110010 1001 0 11011 10111110 101000 110111

Color Harmonies of #5DA9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA9B9

Black with #5DA9B9

Text Example


Text Example

White with #5DA9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,169,185); }

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

background-color css

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

 a { background-color: rgb(93,169,185); }

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

border-color css

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

 span { border-color: rgb(93,169,185); }

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