#5DACBE

Color #5DACBE Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5DACBE

Tints of Fountain Blue #5DACBE

Color information

#5DACBE (or 0x5DACBE) is unknown color: approx Fountain Blue. HEX triplet: 5D, AC and BE. RGB value is (93,172,190). Sum of RGB (Red+Green+Blue) = 93+172+190=455 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.44% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACBE is #A25341. Grayscale: #969696. Windows color (decimal): -10638146 or 12495965. OLE color: 12495965.

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

Color convert

RGB93172190-
CMYK0.510.0900.25
HSL191.13º42.73%55.49%-
HSV(B)191.13º51.05%74.51%-
XYZ28.5635.5554.07-
YUV150.43150.3387.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.44%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=20.44%
G=37.80%
B=41.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931721900.510.0900.25191.1342.7355.49
Hex5DACBE339019bf2b37
Octal13525427663110312775367
Binary10111011010110010111110110011100101100110111111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DACBE;
 }
 .AnyTagClassName
 {
   color: #5DACBE;
 }
</style>
background-color css

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

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

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

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

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

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