Html Css Color HEX #5DAEBE Fountain Blue

📋 copy color: '#5DAEBE'

red 93 ◦ green 174 ◦ blue 190

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

Shades of Fountain Blue #5DAEBE

Tints of Fountain Blue #5DAEBE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.07%

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

R = 20.35%
G = 38.07%
B = 41.58%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5DAEBE (or 0x5DAEBE) is known color: Fountain Blue. HEX triplet: 5D, AE and BE. RGB value is (93,174,190). Sum of RGB (Red+Green+Blue) = 93+174+190=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DAEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAEBE is #A25141. Grayscale: #979797. Windows color (decimal): -10637634 or 12496477. OLE color: 12496477.

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

Color convert

RGB 93 174 190 -
CMYK 0.51 0.08 0 0.25
HSL 189.9º 0.43% 0.55% -
HSV(B) 189.9º 0.51% 0.75% -
XYZ 28.94 36.32 54.2 -
YUV 151.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 93 174 190 0.51 0.08 0 0.25 189.9 0.43 0.55
Hex 5D AE BE 33 8 0 19 BE 2B 37
Octal 135 256 276 63 10 0 31 276 53 67
Binary 1011101 10101110 10111110 110011 1000 0 11001 10111110 101011 110111

Color Harmonies of #5DAEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAEBE

Black with #5DAEBE

Text Example


Text Example

White with #5DAEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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