Html Css Color HEX #5DAEBC Fountain Blue

📋 copy color: '#5DAEBC'

red 93 ◦ green 174 ◦ blue 188

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

Shades of Fountain Blue #5DAEBC

Tints of Fountain Blue #5DAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 20.44%
G = 38.24%
B = 41.32%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5DAEBC (or 0x5DAEBC) is known color: Fountain Blue. HEX triplet: 5D, AE and BC. RGB value is (93,174,188). Sum of RGB (Red+Green+Blue) = 93+174+188=455 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.44% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #5DAEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAEBC is #A25143. Grayscale: #979797. Windows color (decimal): -10637636 or 12365405. OLE color: 12365405.

HSL color Cylindrical-coordinate representation of color #5DAEBC: hue angle of 188.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DAEBC is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 174 188 -
CMYK 0.51 0.07 0 0.26
HSL 188.84º 0.41% 0.55% -
HSV(B) 188.84º 0.51% 0.74% -
XYZ 28.73 36.23 53.06 -
YUV 151.38 148.66 86.36 -
System Red Green Blue C M Y K H S L
Decimal 93 174 188 0.51 0.07 0 0.26 188.84 0.41 0.55
Hex 5D AE BC 33 7 0 1A BD 29 37
Octal 135 256 274 63 7 0 32 275 51 67
Binary 1011101 10101110 10111100 110011 111 0 11010 10111101 101001 110111

Color Harmonies of #5DAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAEBC

Black with #5DAEBC

Text Example


Text Example

White with #5DAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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